mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-04 03:13:57 +00:00
README: recommend "go install" for building from source
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user