Skip to content

Commit

Permalink
Merge pull request #930 from zbraiterman/update-readme
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
caffix committed Jul 15, 2023
2 parents 4151628 + 9d59044 commit c395df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ brew install amass

The volume argument allows the Amass graph database to persist between executions and output files to be accessed on the host system. The first field (left of the colon) of the volume option is the amass output directory that is external to Docker, while the second field is the path, internal to Docker, where amass will write the output files.

### From Sources
### From Source

1. Install [Go](https://golang.org/doc/install) and setup your Go workspace
2. Download OWASP Amass by running `go install -v github.com/owasp-amass/amass/v3/...@master`
Expand Down

0 comments on commit c395df6

Please sign in to comment.