Skip to content

Commit

Permalink
Update README.md with more install methods
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsec-bf committed Sep 8, 2023
1 parent 729c59e commit 8d145b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,18 @@ For the full documentation please refer to our [wiki](https://github.com/BishopF

**Option 1:** Download the [latest binary release](https://github.com/BishopFox/cloudfox/releases) for your platform.

**Option 2:** [Install Go](https://golang.org/doc/install), clone the CloudFox repository and compile from source
**Option 2:** If you use homebrew: `brew install cloudfox`

**Option 3:** [Install Go](https://golang.org/doc/install), use `go install github.com/BishopFox@latest` to install from the remote source

**Option 4:** Developer mode:

[Install Go](https://golang.org/doc/install), clone the CloudFox repository and compile from source
```
# git clone https://github.com/BishopFox/cloudfox.git
...omitted for brevity...
# cd ./cloudfox
# Make any changes necessary
# go build .
# ./cloudfox
```
Expand Down

0 comments on commit 8d145b1

Please sign in to comment.