diff --git a/README.md b/README.md index 5b0f462..fed9dff 100644 --- a/README.md +++ b/README.md @@ -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. ```bash -cd ~CLionProjects/project-dir/ -python3 $CLONE_DIR/run-tests.sh +cd ~/CLionProjects/project-dir/ +python3 $CLONE_DIR/run-tests.py ```