Skip to content

Commit 68484ce

Browse files
Update README to reflect new installation instructions. Refs #248.
The repo structuring invalidates the installation instructions. This commit updates them to work in the new repo layout. Only the updated Cabal >= 2 instructions have been tested.
1 parent 033d432 commit 68484ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

copilot/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ Copilot:
5757
_Nix-Style build (Cabal >= 2.x)_
5858

5959
```bash
60-
cabal build # For Cabal 3.x
61-
cabal v2-build # For Cabal 2.x
60+
cabal build copilot-*/ # For Cabal 3.x
61+
cabal v2-build copilot-*/ # For Cabal 2.x
6262
```
6363

6464
_Traditional build (Cabal 1.x)_
6565
```bash
66-
cabal install --dependencies-only
66+
cd copilot
67+
cabal install --dependencies-only . ../copilot-*/
68+
cabal install ../copilot-*/
6769
cabal build
6870
```
6971

0 commit comments

Comments
 (0)