README: fix build from source instructions

This commit is contained in:
Filippo Valsorda 2019-12-28 03:43:26 +01:00 committed by GitHub
parent a5773f28a3
commit c02443e4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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