Skip to content

Commit 35b03a4

Browse files
committed
chore: cosmetic adjustments to README.md Installation section
1 parent a2393f8 commit 35b03a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ Documentation for `stave` is available [here](./docs/index.md).
2828

2929
## Installation
3030

31+
### Using `go install`
32+
33+
```bash
34+
go install github.com/yaklabco/stave@latest
35+
```
36+
3137
### Using Homebrew
3238

3339
```shell
3440
brew tap yaklabco/tap
3541
brew install stave
3642
```
3743

38-
### Using `go install`
39-
40-
```bash
41-
go install github.com/yaklabco/stave@latest
42-
```
43-
4444
### Building & installing from source
4545

4646
```bash

0 commit comments

Comments
 (0)