mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
README: recommend "go install" for building from source
This commit is contained in:
parent
e2fc716c8b
commit
3432b88db9
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue