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

Commit 15600ee

Browse files
author
Patrick Thomson
committed
Update README with more explicit instructions for getting started.
:hat: to @jaredmorrow for pointing out you need these if you've just installed a fresh GHC.
1 parent a7f6806 commit 15600ee

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 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)