From 37d178041799aaf8113f6f5128334be7eb4bfd97 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 29 Aug 2015 16:45:04 +0200 Subject: Using npm to compile elm and haskell sources --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8cfbe01..42a3802 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Share costs with a group of people. ``` cabal sandbox init cabal install --only-dependencies -cabal build elm package install -./dist/build/sharedCost/sharedCost +npm install +npm run watch ``` -- cgit v1.2.3