aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-10 01:38:17 +0300
committerGravatar Vitaly Takmazov2019-04-10 01:38:17 +0300
commitff2d0e64ae45a68c4718aacc95ab0b05854b1a4a (patch)
tree7aa170a4120710e8233e454b67ba3008d6a9b6f0 /README.md
parent50b0a0e79fd8e6f96c8f45f11e1bed9d1a7e45ff (diff)
README update
Diffstat (limited to 'README.md')
-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
```