File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99## Installation
1010
11- From source with ` cargo ` :
11+ * Download a released binary: https://github.com/ctron/oidc-cli/releases
1212
13- ``` bash
14- cargo install oidc-cli
15- ```
13+ * From source with ` cargo ` :
1614
17- A binary with ` cargo-binstall ` :
15+ ``` bash
16+ cargo install oidc-cli
17+ ```
1818
19- ``` bash
20- cargo binstall oidc-cli
21- ```
19+ * A binary with ` cargo-binstall ` :
2220
23- Download a released binary: https://github.com/ctron/oidc-cli/releases
21+ ``` bash
22+ cargo binstall oidc-cli
23+ ```
2424
25- On Windows, you can use ` winget ` :
25+ * On Windows, you can use ` winget ` :
2626
27- ``` bash
28- winget install ctron.oidc
29- ```
27+ ``` commandline
28+ winget install ctron.oidc
29+ ```
3030
31- With ` brew ` to you can:
31+ * With ` brew ` to you can:
3232
33- ``` bash
34- brew tap ctron/tap
35- brew install ctron/tap/oidc
36- ```
33+ ``` bash
34+ brew tap ctron/tap
35+ brew install ctron/tap/oidc
36+ ```
37+
38+ * With ` snap ` you can:
39+
40+ ``` bash
41+ snap install oidc
42+ ```
3743
3844## Example
3945
You can’t perform that action at this time.
0 commit comments