Update 'README.md'
This commit is contained in:
parent
bc473ab416
commit
1a1f417c4c
|
@ -19,6 +19,6 @@ docker run --security-opt seccomp=unconfined --rm -v `pwd`:/42ctf -it atrouill/4
|
||||||
|
|
||||||
For more simplicity you can do :
|
For more simplicity you can do :
|
||||||
```bash
|
```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!
|
Then you just have to run `42ctf` in the folder where your binaries are!
|
Loading…
Reference in New Issue