From 1a1f417c4cf4c47d21e59eb428f458ffa5e269c9 Mon Sep 17 00:00:00 2001 From: Starthur Date: Fri, 6 May 2022 14:20:27 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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