Fix typos
parent
a530ec369c
commit
273e0d42a1
|
@ -13,6 +13,6 @@ Add gcc to PATH. If using CLion, add C:\Program Files\JetBrains\CLion 2023.x.x\b
|
||||||
Run in your project folder.
|
Run in your project folder.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~CLionProjects/project-dir/
|
cd ~/CLionProjects/project-dir/
|
||||||
python3 $CLONE_DIR/run-tests.sh
|
python3 $CLONE_DIR/run-tests.py
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue