Fix forge documentation

This commit is contained in:
2022-05-26 19:11:19 +02:00
parent 5b78c3ba9e
commit 2d34ba1bd7

View File

@@ -10,7 +10,7 @@ Imagine you are just starting out with `grm` and want to clone all your reposito
from GitHub. This is as simple as:
```bash
$ grm repos sync remote --provider github --owner --token-command "pass show github_grm_access_token --path ~/projects"
$ grm repos sync remote --provider github --owner --token-command "pass show github_grm_access_token" --path ~/projects
```
You will end up with your projects cloned into `~/projects/{your_github_username}/`