diff options
author | Matias Insaurralde <matiasbaruchinsaurralde@gmail.com> | 2018-06-27 05:39:28 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-27 11:39:28 +0200 |
commit | fc328e00957a2663ace903d858cae5b65d308a34 (patch) | |
tree | 3d8eb223f4497933bb74b798a7b018abb23ccdc4 | |
parent | 4b234df8034182d16f39f82fdccba7699fdf0937 (diff) |
README: update build instructions (#292)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ' |