Procházet zdrojové kódy

doc(Readme): Update readme based on @dgc9715 exprience

Marcelo Fornet před 5 roky
rodič
revize
131d842981
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      Readme.md

+ 3 - 3
Readme.md

@@ -13,17 +13,17 @@ This tool is a wrapper of [caide](https://github.com/slycelote/caide) specifical
     docker build . -t caide-docker
     ```
 
-3. All interaction is done by the python script `caide.py`. To ease the execution add this script to the path with the command:
+3. All interaction is done via the python script `caide.py`. To invoke this script use: `python3 /path/to/caide.py` or create an alias:
 
     ```bash
-    sudo ln -s (pwd)/caide.py /usr/local/bin/caide-docker
+    sudo ln -s $(pwd)/caide.py /usr/local/bin/caide-docker
     ```
 
 You are ready to go. Use `caide-docker --help` to see the options.
 
 ## Usage
 
-In the example folder try:
+In the `example` folder try:
 
 ```bash
 caide-docker solution.cpp -l library -o main.cpp