about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <HanEmile@users.noreply.github.com>2020-07-29 22:33:58 +0200
committerGitHub <noreply@github.com>2020-07-29 22:33:58 +0200
commitafd8896d5a3df70eaf5af0f5acf8c9a712eeb07d (patch)
tree2820fec9cf42e413562feedfb4da117ac184c061
parent282b56fba6037660abbd37f8ff7de2989a997c90 (diff)
no need to define the path HEAD master
go stores the resulting binary in the path defined using GOBIN, so we don't actually need to specify the relative binary path
-rw-r--r--README.md2
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")