README: recommend "go install" for building from source

This commit is contained in:
Filippo Valsorda 2021-11-12 14:38:51 -05:00 committed by GitHub
parent e2fc716c8b
commit 3432b88db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.