Update README.md

multiline-output
drunkendog 2023-09-13 15:09:25 +01:00
parent 9372a8ec1b
commit a530ec369c
1 changed files with 15 additions and 0 deletions

View File

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