summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7372a0d94..a15e376ac 100644
--- a/README.md
+++ b/README.md
@@ -73,14 +73,11 @@ You need [rust](https://www.rust-lang.org/en-US/install.html) installed.
You need [ccache](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/ccache) installed.
-Fetch packages and v8:
-```bash
-(cd third_party; gclient sync --no-history)
-```
+Fetch the third party dependencies.
-Install the javascript deps.
+ ./tools/build_third_party.py
- (cd js; yarn install)
+Generate ninja files.
gn gen out/Debug --args='cc_wrapper="ccache" is_debug=true '