Fix typos

multiline-output
drunkendog 2023-09-13 15:09:53 +01:00
parent a530ec369c
commit 273e0d42a1
1 changed files with 2 additions and 2 deletions

View File

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