summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6dc1889b3..25b001cee 100644
--- a/README.md
+++ b/README.md
@@ -71,10 +71,7 @@ You need [yarn](https://yarnpkg.com/lang/en/docs/install/) installed.
You need [rust](https://www.rust-lang.org/en-US/install.html) installed.
-Go to `src/` folder:
-``` bash
-cd src/
-```
+You need [ccache](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/ccache) installed.
Fetch packages and v8:
``` bash
@@ -83,7 +80,7 @@ gclient sync --no-history
Install the javascript deps.
- (cd js; yarn install)
+ (cd src/js; yarn install)
gn gen out/Debug --args='cc_wrapper="ccache" is_debug=true '