diff --git a/docs/installation.md b/docs/installation.md index 6b8933bb..e852ad0f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -30,6 +30,6 @@ To compile **aws-nuke** from source you need a working [Golang](https://golang.o **aws-nuke** uses go modules and so the clone path should not matter. Then simply change directory into the clone and run: ```bash -goreleaser --clean --snapshot --single-target +goreleaser build --clean --snapshot --single-target ```