git ssb

3+

cel / ssb-npm-registry



Commit bbb627c630157a93529a060120ba79e391daa5d6

Note registry config

cel committed on 9/19/2017, 6:40:34 PM
Parent: 0374a6535efb8c7e92e121b47cd6096894245348

Files changed

README.mdchanged
README.mdView
@@ -18,8 +18,13 @@
1818 ```
1919
2020 To make bootstrapping easier, this module does not `require()` any external modules, so you do not have to run `npm install` on it.
2121
22+Set ssb-npm-registry as your default registry server:
23+```
24+npm config set registry http://localhost:8043
25+```
26+
2227 ## Config
2328
2429 `~/.ssb/config` example:
2530 ```

Built with git-ssb-web