We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147102e commit 376c88dCopy full SHA for 376c88d
README.md
@@ -84,6 +84,8 @@ There are two actions available for yutu, one is for general purpose and the oth
84
```shell
85
❯ docker pull ghcr.io/eat-pray-ai/yutu:latest
86
❯ 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
89
```
90
91
### Gopher
0 commit comments