Skip to content

Commit 71fce58

Browse files
committed
More on README.md
1 parent b933b64 commit 71fce58

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,19 @@ On first run, sauron will walk you through GitHub OAuth authentication. You can
4949
sauron --token YOUR_GITHUB_TOKEN
5050
```
5151

52-
## Configuration
52+
## Configuration (single-repo)
53+
54+
Just run sauron in the directory of a given repo, and it will load the repo.
55+
56+
## Configuration (all repos)
57+
58+
To browse all the repos owned by your GitHub account, run
59+
60+
```bash
61+
sauron --all
62+
```
63+
64+
## Configuration (organized repos)
5365

5466
Create a YAML config file to define which repos to monitor:
5567

@@ -77,11 +89,7 @@ Then run:
7789
sauron -c path/to/config.yaml
7890
```
7991

80-
Or just browse all your repos without a config:
81-
82-
```bash
83-
sauron --all
84-
```
92+
Or just put your config file in ~/.config/sauron/config.yaml, and sauron will load it from there automatically.
8593

8694
## Keybindings
8795

0 commit comments

Comments
 (0)