From a530ec369cdef75bab9f1805c0ea5338d513691c Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 13 Sep 2023 15:09:25 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6355854..5b0f462 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # marmoset-test-cases +## Setup + +```bash +git clone https://git.162536.xyz/drunkendog/marmoset-test-cases +``` + +Add gcc to PATH. If using CLion, add C:\Program Files\JetBrains\CLion 2023.x.x\bin\mingw\bin to PATH. You may need to restart your computer after. + +## Use + Run in your project folder. + +```bash +cd ~CLionProjects/project-dir/ +python3 $CLONE_DIR/run-tests.sh +```