Skip to content

Commit 4d4de1d

Browse files
committed
Updated README.
1 parent a7b01ac commit 4d4de1d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

5964
2. Run from source:
6065
```
@@ -63,7 +68,6 @@ cd rpCheckup
6368
go run main.go
6469
```
6570

66-
6771
## Usage
6872

6973
Run `./rpCheckup` and view the generated report found in `output/`.

0 commit comments

Comments
 (0)