mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
README: add instructions for installing via MacPorts (#179)
This commit is contained in:
parent
50254ff522
commit
d271e916cf
1 changed files with 6 additions and 0 deletions
|
|
@ -115,6 +115,12 @@ brew tap filippo.io/age https://filippo.io/age
|
|||
brew install age
|
||||
```
|
||||
|
||||
On macOS, you can also use [MacPorts](https://www.macports.org):
|
||||
```
|
||||
sudo port selfupdate
|
||||
sudo port install age
|
||||
```
|
||||
|
||||
On Windows, Linux, and macOS, you can use [the pre-built binaries](https://github.com/FiloSottile/age/releases).
|
||||
|
||||
If your system has [Go 1.13+](https://golang.org/dl/), you can build from source:
|
||||
|
|
|
|||
Loading…
Reference in a new issue