diff options
author | Emile <HanEmile@users.noreply.github.com> | 2020-07-29 22:33:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 22:33:58 +0200 |
commit | afd8896d5a3df70eaf5af0f5acf8c9a712eeb07d (patch) | |
tree | 2820fec9cf42e413562feedfb4da117ac184c061 /README.md | |
parent | 282b56fba6037660abbd37f8ff7de2989a997c90 (diff) |
go stores the resulting binary in the path defined using GOBIN, so we don't actually need to specify the relative binary path
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a4956de..0fe146b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ go build ./... ## Usage ``` -./ctfdget --help +$ ctfdget --help Usage of ./ctfdget: -out string The name of the folder to dump the files to (default "challdump") |