From f66a2c34910727a1c4d4672c0ea8bd0f2ee0cf55 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Wed, 10 Aug 2016 20:52:12 +0200 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 636ff3f..36a5768 100644 --- a/README.md +++ b/README.md @@ -9,29 +9,29 @@ This is a stack project which implement this example Transient project: 1. Install [`stack`](haskellstack.org) 2. Install ghc and ghcjs with stack. If you never installed ghcjs that could take a _lot_ of time. - -~~~ -stack setup -stack --stack-yaml stack-ghcjs.yaml setup -~~~ + + ~~~ + stack setup + stack --stack-yaml stack-ghcjs.yaml setup + ~~~ 3. Compile the example - -~~~ -stack build -stack --stack-yaml stack-ghcjs.yaml build -~~~ + + ~~~ + stack build + stack --stack-yaml stack-ghcjs.yaml build + ~~~ 4. Link the result of the GHCJS compilation in the right directory - -~~~ -./mklink.sh -~~~ + + ~~~ + ./mklink.sh + ~~~ 5. Start the server - -~~~ -./start.sh -~~~ + + ~~~ + ./start.sh + ~~~ 6. Open in many different web browsers and play.