Update 'README.md'

This commit is contained in:
Starthur 2022-05-06 14:20:27 +02:00
parent bc473ab416
commit 1a1f417c4c
1 changed files with 1 additions and 1 deletions

View File

@ -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!