From 273e0d42a144dc05e843ab21f3d2d25c84b515a7 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 13 Sep 2023 15:09:53 +0100 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```