Skip to content

Commit

Permalink
README: recommend "go install" for building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile authored Nov 12, 2021
1 parent e2fc716 commit 3432b88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,10 @@ https://dl.filippo.io/age/v1.0.0-rc.1?for=darwin/arm64
...
```

If your system has [Go 1.13+](https://golang.org/dl/), you can build from source.
If your system has [a supported version of Go](https://golang.org/dl/), you can build from source.

```
git clone https://filippo.io/age && cd age
go build -o . filippo.io/age/cmd/...
go install filippo.io/age/cmd/...@latest
```

Help from new packagers is very welcome.

0 comments on commit 3432b88

Please sign in to comment.