File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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+
47642 . Run from source:
4865```
4966git clone https://github.com/goldfiglabs/rpCheckup.git
You can’t perform that action at this time.
0 commit comments