Skip to content

Commit 1df5383

Browse files
authored
Use conductorone homebrew prefix (#9)
1 parent 1a40772 commit 1df5383

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,38 @@
66

77
Check out [Baton](https://github.com/conductorone/baton) to learn more about the project in general.
88

9-
109
# Getting Started
10+
1111
## brew
12+
1213
```
13-
brew install conductor/baton/baton conductor/baton/baton-github
14+
brew install conductorone/baton/baton conductorone/baton/baton-github
1415
1516
BATON_TOKEN=githubAccessToken baton-github
1617
baton resources
1718
```
1819

1920
## docker
21+
2022
```
2123
docker run --rm -v $(pwd):/out -e BATON_TOKEN=githubAccessToken ghcr.io/conductorone/baton-github:latest -f "/out/sync.c1z"
2224
docker run --rm -v $(pwd):/out ghcr.io/conductorone/baton:latest -f "/out/sync.c1z" resources
2325
```
2426

2527
## source
28+
2629
```
2730
go install github.com/conductorone/baton/cmd/baton@main
2831
go install github.com/conductorone/baton-github/cmd/baton-github@main
2932
30-
BATON_TOKEN=githubAccessToken baton-github
33+
BATON_TOKEN=githubAccessToken baton-github
3134
baton resources
3235
```
3336

34-
#
37+
#
38+
3539
`baton-github` will pull down information about the following GitHub resources:
40+
3641
- Organizations
3742
- Users
3843
- Teams
@@ -42,7 +47,7 @@ By default, `baton-github` will sync information from any organizations that the
4247

4348
# Contributing, Support and Issues
4449

45-
We started Baton because we were tired of taking screenshots and manually building spreadsheets. We welcome contributions, and ideas, no matter how small -- our goal is to make identity and permissions sprawl less painful for everyone. If you have questions, problems, or ideas: Please open a Github Issue!
50+
We started Baton because we were tired of taking screenshots and manually building spreadsheets. We welcome contributions, and ideas, no matter how small -- our goal is to make identity and permissions sprawl less painful for everyone. If you have questions, problems, or ideas: Please open a Github Issue!
4651

4752
See [CONTRIBUTING.md](https://github.com/ConductorOne/baton/blob/main/CONTRIBUTING.md) for more details.
4853

@@ -70,3 +75,4 @@ Flags:
7075
-v, --version version for baton-github
7176
7277
Use "baton-github [command] --help" for more information about a command.
78+
```

0 commit comments

Comments
 (0)