declarative

DIY Markov Chains
Log | Files | Refs | README | LICENSE

commit f8efc67c9b6a3f48cfa2426e5696772adbe908f4
parent bada35ff8d2659661c146053b8bb412530296511
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed, 14 Oct 2015 20:27:32 +1300

Update readme.

Diffstat:
MREADME.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -59,11 +59,9 @@ transition operator is desired. Installing is best done via [stack](https://github.com/commercialhaskell/stack), which will pull down -everything you might need (including GHC). - -If you just want the library, you'll want to use the [Stackage nightly +everything you might need (including GHC). If you just want the library, +you'll want to use the [Stackage nightly resolver](https://www.stackage.org/nightly) until it gets picked up in LTS. -But with that out of the way it's just a matter of ``` $ stack install declarative --resolver nightly-2015-10-13 @@ -72,7 +70,9 @@ $ stack install declarative --resolver nightly-2015-10-13 If you want to grab the test suite/examples, grab the repo and build via ``` -$ git clone git@github.com:jtobin/declarative.git && cd declarative && stack build +git clone git@github.com:jtobin/declarative.git +cd declarative +stack build ``` You can then run the test suite via `stack test`.