Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 9447bfe

Browse files
authored
Update README.md
Update the build instructions for cabal. Running `cabal v2-test` complains that "No targets given and there is no package in the current directory". Running `cabal v2-run semantic` complains that "The run command is for running a single executable at once."
1 parent e49b72b commit 9447bfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ git clone git@github.com:github/semantic.git
6767
cd semantic
6868
script/bootstrap
6969
cabal v2-build all
70-
cabal v2-test
71-
cabal v2-run semantic -- --help
70+
cabal v2-test semantic
71+
cabal v2-run semantic:semantic -- --help
7272
```
7373

7474
You can also use the [Bazel](https://bazel.build) build system for development. To learn more about Bazel and why it might give you a better development experience, check the [build documentation](docs/build.md).

0 commit comments

Comments
 (0)