Skip to content

Commit

Permalink
docs: add pkgx install option
Browse files Browse the repository at this point in the history
pkgx is a new package manager by the creator of brew.sh:
https://pkgx.sh/

age package:
https://pkgx.dev/pkgs/filippo.io/age/
  • Loading branch information
MarkusZoppelt authored Nov 19, 2023
1 parent 101cc86 commit c0c0dcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ $ age --decrypt -i key.txt data.tar.gz.age > data.tar.gz
<code>brew install age</code>
</td>
</tr>
<tr>
<td>pkgx (macOS or Linux)</td>
<td>
<code>pkgx install age</code>
</td>
</tr>
<tr>
<td>MacPorts</td>
<td>
Expand Down

0 comments on commit c0c0dcc

Please sign in to comment.