File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ rpCheckup uses the resources supported by [Endgame](https://endgame.readthedocs.
3939## Pre-requisites
4040
4141* AWS credentials (~ /.aws/, env variables, metadata server, etc)
42- * Docker
42+ * Docker (Docker > 20.10.2; docker-compose > 1.27.4)
4343* If running from source; go version >= go1.15
4444
4545## Installing
@@ -48,13 +48,18 @@ rpCheckup uses the resources supported by [Endgame](https://endgame.readthedocs.
4848
4949 Linux:
5050
51- curl -LO https://github.com/goldfiglabs/rpCheckup/releases/latest/download/rpCheckup_linux
52- chmod a+x ./rpCheckup_linux
51+ curl -Lo rpCheckup https://github.com/goldfiglabs/rpCheckup/releases/latest/download/rpCheckup_linux
52+ chmod a+x ./rpCheckup
5353
54- OSX:
54+ OSX x86 :
5555
56- curl -LO https://github.com/goldfiglabs/rpCheckup/releases/latest/download/rpCheckup_osx
57- chmod a+x ./rpCheckup_osx
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
5863
59642 . Run from source:
6065```
@@ -63,7 +68,6 @@ cd rpCheckup
6368go run main.go
6469```
6570
66-
6771## Usage
6872
6973Run ` ./rpCheckup ` and view the generated report found in ` output/ ` .
You can’t perform that action at this time.
0 commit comments