Skip to content

Commit f447043

Browse files
committed
stack update
1 parent 5420789 commit f447043

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ After you installed stack, please open a terminal and navigate to the repository
1414
```shell
1515
cd <path/to/this/repository>
1616
```
17+
Before running the demo you should update stack as you might get errors otherwise:
18+
```shell
19+
stack update
20+
```
1721
Our demo prints coloured text to the terminal, so it might not be compatible with every terminal.
1822
We tested it within the Windows Terminal, Windows Powershell, Windows Subsystem for Linux (WSL), and the default terminal on Manjaro.
19-
(It might not work with Git Bash.)
2023
You can then build the library and run the demo as follows:
21-
2224
```shell
2325
stack run
2426
```

0 commit comments

Comments
 (0)