Skip to content

Commit

Permalink
docs: add missing build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirkse committed Mar 7, 2024
1 parent 58723eb commit 46272fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 46272fd

Please sign in to comment.