aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bdb16b76..8fe5a2d7 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ git submodule update --init
cd juick
+npm install -g yarn
+
./gradlew bootRun
```