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

Commit 07fb2cb

Browse files
author
Patrick Thomson
authored
Merge pull request #6 from github/update-getting-started-instructions
Update README with more explicit instructions for getting started.
2 parents a7f6806 + 484a1b8 commit 07fb2cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ We use `cabal's` [Nix-style local builds][nix] for development. To get started q
100100
git clone [email protected]:github/semantic.git
101101
cd semantic
102102
git submodule sync --recursive && git submodule update --init --recursive --force
103+
cabal new-update
103104
cabal new-build
104105
cabal new-test
106+
cabal new-run semantic -- --help
105107
```
106108

107109
`semantic` requires GHC 8.6.4. We recommend using [`ghcup`][ghcup] to sandbox GHC versions. Our version bounds are based on [Stackage][stackage] LTS versions. The current LTS version is 13.13; `stack` build should also work if you prefer.

0 commit comments

Comments
 (0)