1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

README: update build instructions (#292)

This commit is contained in:
Matias Insaurralde 2018-06-27 05:39:28 -04:00 committed by Ryan Dahl
parent 4b234df803
commit fc328e0095

View file

@ -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 '