mirror of
https://github.com/typeable/wai.git
synced 2024-12-25 15:15:11 +03:00
Use stack instead of cabal
This commit is contained in:
parent
d7a0d4f5fc
commit
a8a0c51f34
@ -11,6 +11,6 @@ There is a small example using Server-Sent Events (SSE) in the
|
||||
Run the commands below to start the server on http://localhost:8080
|
||||
|
||||
```
|
||||
$ cabal configure -f build-example
|
||||
$ cabal run
|
||||
$ stack build .
|
||||
$ stack exec example
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user