summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Reinstein <reinstein.mike@gmail.com>2018-06-28 10:58:55 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-06-28 21:23:11 +0200
commitc2deb54daf4e4b207d21171fb723b5c7c378a30b (patch)
tree5bf231fac81156e7f1e270fd0c689a176506db09
parentfc328e00957a2663ace903d858cae5b65d308a34 (diff)
explicitly add rust as an install dependency
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f9fc1d937..6dc1889b3 100644
--- a/README.md
+++ b/README.md
@@ -65,16 +65,18 @@ includes submitting trivial PRs (like improving README build instructions).
## Compile instructions
-Get [Depot Tools](http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up) and make sure it's in your path.
+Get [Depot Tools](http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up) and make sure it's in your path.
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/
```
-Fetch packages and v8:
+Fetch packages and v8:
``` bash
gclient sync --no-history
```