Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l authored Feb 9, 2022
1 parent 5acf2be commit 09c4296
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## Installation

- Install the `gh` CLI. See [https://github.com/cli/cli#installation](https://github.com/cli/cli#installation) for further details.
- 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).
- Install this extension:
- 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).
- Install the extension:

```bash
gh extension install rm3l/gh-org-repo-sync
Expand Down Expand Up @@ -54,7 +54,8 @@ gh extension install .
# At this point, you can start using it
gh org-repo-sync <my-organization>

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

Expand Down

0 comments on commit 09c4296

Please sign in to comment.