Skip to content

Commit

Permalink
docs: Install instructions no longer misleading
Browse files Browse the repository at this point in the history
I mentioned that running plain `cabal install` added the `wasm-verify` executable to your path: that was a lie, which makes me an 嘘つき. You have to do the `cabal install` before the `cabal exec`.
  • Loading branch information
DavidMazarro authored Mar 3, 2024
1 parent 84f31a2 commit 03fafa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ From within the project's root folder you can run the following command to build
```
cabal install
```
If you would rather not have it in your path, you can build and execute the program from within the repo folder by running:
Once that's done, you can build and execute the program from within the repo folder by running:
```
cabal exec -- wasm-verify <the flags you want to use>
```
Expand Down

0 comments on commit 03fafa4

Please sign in to comment.