Skip to content

Commit 376c88d

Browse files
committed
📝 Update usage about docker
1 parent 147102e commit 376c88d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ There are two actions available for yutu, one is for general purpose and the oth
8484
```shell
8585
❯ docker pull ghcr.io/eat-pray-ai/yutu:latest
8686
❯ docker run --rm ghcr.io/eat-pray-ai/yutu:latest
87+
# make sure client_secret.json is in the current directory
88+
❯ docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/app ghcr.io/eat-pray-ai/yutu:latest auth
8789
```
8890

8991
### Gopher

0 commit comments

Comments
 (0)