Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Sep 20, 2024
1 parent 1b571df commit 9b8556c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
>
> By default, tests are discovered by looking for sml files that start with `test_` in the `tests` directory. -->

Setup:

```sh
chmod +x ./install
./install
```

Run tests:

```
chmod +x ./test
./test
```

Options

```sh
usage: test.py [-h] [-x] [--cache-path CACHE_PATH] [--cache-show [CACHE_SHOW]] [--cache-clear] [-k EXPRESSION]
Expand Down

0 comments on commit 9b8556c

Please sign in to comment.