Skip to content

Commit 09c4296

Browse files
authored
Update README
1 parent 5acf2be commit 09c4296

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
## Installation
1212

1313
- Install the `gh` CLI. See [https://github.com/cli/cli#installation](https://github.com/cli/cli#installation) for further details.
14-
- Run `gh auth login` to authenticate with your GitHub account. Alternatively, the CLI will respect the `GITHUB_TOKEN` [environment variable](https://cli.github.com/manual/gh_help_environment).
15-
- Install this extension:
14+
- To be able to clone private repos you have access to inside the Organization, authenticate with your GitHub account by running `gh auth login`. Alternatively, the CLI will respect the `GITHUB_TOKEN` [environment variable](https://cli.github.com/manual/gh_help_environment).
15+
- Install the extension:
1616

1717
```bash
1818
gh extension install rm3l/gh-org-repo-sync
@@ -54,7 +54,8 @@ gh extension install .
5454
# At this point, you can start using it
5555
gh org-repo-sync <my-organization>
5656

57-
# To see changes in the code as you develop, simply build and use the extension:
57+
# To see changes in the code as you develop,
58+
# simply build and use the extension:
5859
go build && gh org-repo-sync <my-organization>
5960
```
6061

0 commit comments

Comments
 (0)