mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
README: fix build from source instructions
This commit is contained in:
parent
a5773f28a3
commit
c02443e4d0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ If your system has [Go 1.13+](https://golang.org/dl/), you can build from source
|
|||
|
||||
```
|
||||
git clone https://filippo.io/age && cd age
|
||||
go build filippo.io/age/cmd/...
|
||||
go build -o . filippo.io/age/cmd/...
|
||||
```
|
||||
|
||||
Help from new packagers is very welcome.
|
||||
|
|
|
|||
Loading…
Reference in a new issue