Skip to content

Commit

Permalink
docs: fix docker exec example (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 6, 2021
1 parent de69693 commit 72daac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can also use it within a Docker container. To do that, you'll need to
execute something more-or-less like the following:

```sh
docker run --rm -v $PWD:/tmp/pkg goreleaser/nfpm package \
docker run --rm -v $PWD:/tmp -w /tmp goreleaser/nfpm package \
--config /tmp/pkg/foo.yml \
--target /tmp \
--packager deb
Expand Down

0 comments on commit 72daac2

Please sign in to comment.