about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2019-07-14 11:01:24 +0200
committersternenseemann <git@lukasepple.de>2019-07-14 11:01:24 +0200
commitd9837ef96302297a69700948db972d2ffc6d02be (patch)
tree576b52d4aadb0be3957a78137e2d712cfeb70413
parentdca27e69d4bae55d8068870aeb91912c03553216 (diff)
update README
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index dd79a19..f0907b9 100644
--- a/README.md
+++ b/README.md
@@ -28,18 +28,19 @@
 ## Setup
 
 ```
-cabal sandbox init
-cabal install --only-dependencies
-cabal build
+cabal new-build
 
 cd web
 yarn install
 yarn run build:dev
 
 cd ..
-cabal run likely-music-backend
+cabal new-run likely-music-backend
 ```
 
+Note that [Euterpea](https://github.com/Euterpea/Euterpea2) (the library used for Midi) breaks relatively frequently,
+if you run into any issues in that regard, open an issue in their repository and/or feel free to message me.
+
 ## I want the library non AGPL-licensed
 
 Please approach me.