Commit bbb627c630157a93529a060120ba79e391daa5d6
Note registry config
cel committed on 9/19/2017, 6:40:34 PMParent: 0374a6535efb8c7e92e121b47cd6096894245348
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -18,8 +18,13 @@ | ||
18 | 18 | ``` |
19 | 19 | |
20 | 20 | To make bootstrapping easier, this module does not `require()` any external modules, so you do not have to run `npm install` on it. |
21 | 21 | |
22 | +Set ssb-npm-registry as your default registry server: | |
23 | +``` | |
24 | +npm config set registry http://localhost:8043 | |
25 | +``` | |
26 | + | |
22 | 27 | ## Config |
23 | 28 | |
24 | 29 | `~/.ssb/config` example: |
25 | 30 | ``` |
Built with git-ssb-web