Skip to content

Commit b2dd823

Browse files
authored
chore: update install instructions
1 parent 76e537c commit b2dd823

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ Compare directories, archives, binaries, plists, and text files with a terminal
1212

1313
## Installation
1414

15+
[**Download a pre-built binary**](https://github.com/block/drift/releases) for your platform from a release.
16+
17+
---
18+
19+
### Alternative install methods
20+
21+
Use `go` to install a version:
22+
1523
```sh
16-
go install github.com/block/drift/cmd/drift@latest
24+
go install github.com/block/drift/cmd/drift@latest # or @vX.X.X
1725
```
1826

19-
Or [download a pre-built binary for your platform from a release](https://github.com/block/drift/releases)
20-
2127
Or build from source:
2228

2329
```sh

0 commit comments

Comments
 (0)