aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-19 13:12:08 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-19 13:12:08 +0000
commitf9a2d2c4bf4fb5d48f169e5f1fbdb8be81ecef72 (patch)
tree792f9a497a48ea23a028748d7fa87eb2d38b6914 /README.md
parent11e2497478b73d72adf0d4161115d2ea35bf5209 (diff)
downloadverismith-f9a2d2c4bf4fb5d48f169e5f1fbdb8be81ecef72.tar.gz
verismith-f9a2d2c4bf4fb5d48f169e5f1fbdb8be81ecef72.zip
Remove shell from code blocks to remove random highlighting
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2d1abcb..a8c80d7 100644
--- a/README.md
+++ b/README.md
@@ -19,19 +19,19 @@ possible but not recommended and not directly supported.
To build the executable
-``` shell
+```
stack build
```
To run the executable
-``` shell
+```
stack exec verifuzz
```
To install the executable (which defaults to installing it in `~/.local`)
-``` shell
+```
stack install
```
@@ -44,6 +44,6 @@ uses `doctest` to test the examples that are in the documentation.
To run the test-suites
-``` shell
+```
stack test
```