Update 'README.md'

This commit is contained in:
Starthur 2022-05-06 13:46:45 +02:00
parent 1e534594d5
commit e9f866f6fb
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@ Here is a docker image to use to solve most of the CTF on the platform! If you a
`docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it atrouill/42ctf /bin/ash` `docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it atrouill/42ctf /bin/ash`
For more simplicity you can do : For more simplicity you can do :
`echo 'alias 42ctf="docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it atrouill/42ctf /bin/ash"' >> ~/.zshrc && source ~/.zshrc` `echo 'alias 42ctf="docker run --security-opt seccomp=unconfined --rm -v $PWD:/work -it atrouill/42ctf /bin/ash"' >> ~/.zshrc && source ~/.zshrc`
Then you just have to run `42ctf` in the folder where your binaries are! Then you just have to run `42ctf` in the folder where your binaries are!