git ssb

3+

cel / ssb-npm-registry



Commit 164dd8a3251906b4d06836dfca7230a72f68ed50

%yEyeDOBN99cO4OGDjLpG1UiyXqgfN+/5L0EEVqTmaW0=.sha256

cel committed on 6/16/2020, 12:10:35 AM
Parent: b463bfba25fde9e777435ed9d57b255675ece5f1

Files changed

README.mdchanged
README.mdView
@@ -18,20 +18,20 @@
1818 Requires:
1919 - `sbot` command (from `ssb-server` package)
2020 - `npm` command (for `ssb-server` to use in the `plugins.install` command)
2121
22-Install ssb-npm-registry v2.1.2:
22 +Install ssb-npm-registry v2.1.3:
2323 ```sh
24-sbot plugins.install npm-registry --from 'http://localhost:8989/blobs/get/&/Q+DhkoC2Yb91fOuqAo2l7XnA6Mwy1KQ5uMRXUu5dsw=.sha256'
24 +sbot plugins.install npm-registry --from 'http://localhost:8989/blobs/get/&ptkWRUIPdBGTZ3W2BWPBuyFw4RumSjQu/DPJ3kufk1s=.sha256'
2525 ```
2626 Then restart `ssb-server`.
2727
2828 ### Manual installation
2929
3030 ```sh
3131 mkdir ~/.ssb/node_modules
3232 cd ~/.ssb/node_modules
33-id="&/Q+DhkoC2Yb91fOuqAo2l7XnA6Mwy1KQ5uMRXUu5dsw=.sha256" # v2.1.2
33 +id="&ptkWRUIPdBGTZ3W2BWPBuyFw4RumSjQu/DPJ3kufk1s=.sha256" # v2.1.3
3434 url="http://localhost:8989/blobs/get/$id"
3535 while ! curl "$url" | tar xvz; do sleep 2; done
3636 mv package ssb-npm-registry
3737 node ./ssb-npm-registry/enable.js

Built with git-ssb-web