From 9d590447af427628765f8a810551d315ff399a86 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 20 Jun 2023 20:39:00 -0400 Subject: [PATCH] Update installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fff843cfe..72f4fc59e 100644 --- a/README.md +++ b/README.md @@ -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`