summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Insaurralde <matiasbaruchinsaurralde@gmail.com>2018-06-27 05:39:28 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-06-27 11:39:28 +0200
commitfc328e00957a2663ace903d858cae5b65d308a34 (patch)
tree3d8eb223f4497933bb74b798a7b018abb23ccdc4
parent4b234df8034182d16f39f82fdccba7699fdf0937 (diff)
README: update build instructions (#292)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85d66ba1c..f9fc1d937 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ gclient sync --no-history
Install the javascript deps.
- cd js; yarn install
+ (cd js; yarn install)
gn gen out/Debug --args='cc_wrapper="ccache" is_debug=true '