Skip to content

Commit ad3d3ed

Browse files
committed
docs: clean up install section
1 parent 03b0d3d commit ad3d3ed

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

README.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,38 @@
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

0 commit comments

Comments
 (0)