Skip to content

Commit 69ac56a

Browse files
committed
Trigger rebuild
1 parent 300d14a commit 69ac56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ If you're a Haskell tool developer who would like to integrate your project with
1010
## Running Locally
1111

1212
The site is built with the [Hakyll](https://jaspervdj.be/hakyll/) static site generator. To view the site locally, enter the `message-index` directory and run:
13-
```
13+
```console
1414
$ cabal run -- site watch
1515
```
1616
or
17-
```
17+
```console
1818
$ stack run -- site watch
1919
```
2020
which fires up an HTTP server on `localhost:8000`.

0 commit comments

Comments
 (0)