Commit a41750fd72cc6915cab66dfd5d12958892158a6b
update readme
Ev Bogue committed on 4/29/2018, 7:56:47 PMParent: 32e8d68e8820811f3dfa1f17971594c2eeeb4ce5
Files changed
readme.md | changed |
readme.md | ||
---|---|---|
@@ -16,10 +16,12 @@ | ||
16 | 16 … | npm run build |
17 | 17 … | npm start |
18 | 18 … | ``` |
19 | 19 … | |
20 | -It should launch a browser window, and comes pre-configured to use the main ssb network by default. If you already have an `.ssb` folder, mvd should 'just work'. | |
20 … | +It should launch a browser window, and comes pre-configured to use the Decent network by default. If you already have an `.decent` folder, mvd should 'just work'. | |
21 | 21 … | |
22 … | +If you want to use `mvd` on the main ssb network use: `npm start -- --appname=ssb` and it will display the main ssb network if you already have an `.ssb` folder. | |
23 … | + | |
22 | 24 … | ### history |
23 | 25 … | |
24 | 26 … | `mvd` is coded from scratch, but may have some code overlap with [minbase](http://github.com/evbogue/minbase) and [patchless](http://github.com/dominictarr/patchless) |
25 | 27 … |
Built with git-ssb-web