aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-11-22 02:12:16 +0800
committerGitHub <noreply@github.com>2016-11-22 02:12:16 +0800
commit268f6e10f30b579ddce99c22c2037b261e15a626 (patch)
treea4a59eaa28f47ced9d139dd189b0945362b422f5
parent7021c7708c927b8723b6ba5842b451b6f46dbb3e (diff)
parent277bffc9b06c6199aa9f30b20e8ef2ccc2e7889c (diff)
downloadtangerine-wallet-browser-268f6e10f30b579ddce99c22c2037b261e15a626.tar.gz
tangerine-wallet-browser-268f6e10f30b579ddce99c22c2037b261e15a626.tar.zst
tangerine-wallet-browser-268f6e10f30b579ddce99c22c2037b261e15a626.zip
Merge pull request #830 from MetaMask/kumavis-patch-1
meta - README - add npm start to instructions
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09fb0079c..dbf7e4659 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,13 @@ If you're a web dapp developer, we've got two types of guides for you:
```bash
npm install
+npm start
+```
+
+## Build for Publishing
+
+```bash
+npm run dist
```
#### In Chrome
@@ -78,7 +85,7 @@ To enjoy the live-reloading that `gulp dev` offers while working on the `web3-pr
2. `npm install` in its folder.
3. Run `npm link` in its folder.
4. Run `npm link $DEP_NAME` in this project folder.
- 5. Next time you `gulp dev` it will watch the dependency for changes as well!
+ 5. Next time you `npm start` it will watch the dependency for changes as well!
### Running Tests