diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ gclient sync --no-history Install the javascript deps. - (cd src/js; yarn install) + (cd js; yarn install) gn gen out/Debug --args='cc_wrapper="ccache" is_debug=true ' |