Chromium Code Reviews| Index: web/README.md |
| diff --git a/web/README.md b/web/README.md |
| index 8c160ce30ac147ef440acccb9328e04962d70031..f02b41bd0b9ff2b508cc60c9a7ad922cb318ef06 100644 |
| --- a/web/README.md |
| +++ b/web/README.md |
| @@ -5,6 +5,9 @@ to "build" web applications. |
| ## Setup |
| +*Hint*: If you are using infra.git gclient solution, these are already |
| +in your path after `eval ./env.go`. |
|
Ryan Tseng
2017/06/16 19:48:35
Maybe word it as "You can skip the following steps
tandrii(chromium)
2017/06/16 19:51:29
like this?
|
| + |
| 1. Install node & npm: https://docs.npmjs.com/getting-started/installing-node |
| 1. Install the rest: `./web.py install` |