diff --git a/README.md b/README.md index b951b5a..461003f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ docker run --security-opt seccomp=unconfined --rm -v `pwd`:/42ctf -it atrouill/4 For more simplicity you can do : ```bash -echo 'alias 42ctf="docker run --security-opt seccomp=unconfined --rm -v `pwd`:/42ctf -it atrouill/42ctf /bin/ash"' >> ~/.zshrc && source ~/.zshrc +echo "alias 42ctf='docker run --security-opt seccomp=unconfined --rm -v \`pwd\`:/42ctf -it atrouill/42ctf /bin/ash'" >> ~/.zshrc && source ~/.zshrc ``` Then you just have to run `42ctf` in the folder where your binaries are! \ No newline at end of file