aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-06-25 01:28:50 +0800
committerGitHub <noreply@github.com>2019-06-25 01:28:50 +0800
commitb53a3403b4c28b5a5b32bb14cd2efcd0757aca5a (patch)
treefc53076103f378b3ea3498a68410410ab56d5224
parentfbde8d043b60d4e10483f210df5bf13899ba6b3f (diff)
downloadtangerine-wallet-browser-b53a3403b4c28b5a5b32bb14cd2efcd0757aca5a.tar.gz
tangerine-wallet-browser-b53a3403b4c28b5a5b32bb14cd2efcd0757aca5a.tar.zst
tangerine-wallet-browser-b53a3403b4c28b5a5b32bb14cd2efcd0757aca5a.zip
Clarify dev build (`npm start`) in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 482fa02d1..a61d23328 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D
- Install dependencies: `npm ci`
- If you have issues with node-sass compilation, try `npm rebuild node-sass`
- Build the project to the `./dist/` folder with `npm run dist`.
-- Optionally, to rebuild on file changes, run `npm start`.
+- Optionally, to start a development build (e.g. with logging and file watching) run `npm start` instead.
Uncompressed builds can be found in `/dist`, compressed builds can be found in `/builds` once they're built.