Skip to content

Commit 6fbf337

Browse files
committed
Updated README.
1 parent 8a6c963 commit 6fbf337

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@ rpCheckup uses the resources supported by [Endgame](https://endgame.readthedocs.
4444

4545
## Installing
4646

47+
1. Download the latest [release](https://github.com/goldfiglabs/rpCheckup/releases):
48+
49+
Linux:
50+
51+
curl -Lo rpCheckup https://github.com/goldfiglabs/rpCheckup/releases/latest/download/rpCheckup_linux
52+
chmod a+x ./rpCheckup
53+
54+
OSX x86:
55+
56+
curl -Lo rpCheckup https://github.com/goldfiglabs/rpCheckup/releases/latest/download/rpCheckup_darwin_amd64
57+
chmod a+x ./rpCheckup
58+
59+
OSX M1/arm:
60+
61+
curl -Lo rpCheckup https://github.com/goldfiglabs/rpCheckup/releases/latest/download/rpCheckup_darwin_arm64
62+
chmod a+x ./rpCheckup
63+
4764
2. Run from source:
4865
```
4966
git clone https://github.com/goldfiglabs/rpCheckup.git

0 commit comments

Comments
 (0)