Commit 164dd8a3251906b4d06836dfca7230a72f68ed50
%yEyeDOBN99cO4OGDjLpG1UiyXqgfN+/5L0EEVqTmaW0=.sha256
cel committed on 6/16/2020, 12:10:35 AMParent: b463bfba25fde9e777435ed9d57b255675ece5f1
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -18,20 +18,20 @@ | ||
18 | 18 … | Requires: |
19 | 19 … | - `sbot` command (from `ssb-server` package) |
20 | 20 … | - `npm` command (for `ssb-server` to use in the `plugins.install` command) |
21 | 21 … | |
22 | -Install ssb-npm-registry v2.1.2: | |
22 … | +Install ssb-npm-registry v2.1.3: | |
23 | 23 … | ```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' | |
25 | 25 … | ``` |
26 | 26 … | Then restart `ssb-server`. |
27 | 27 … | |
28 | 28 … | ### Manual installation |
29 | 29 … | |
30 | 30 … | ```sh |
31 | 31 … | mkdir ~/.ssb/node_modules |
32 | 32 … | cd ~/.ssb/node_modules |
33 | -id="&/Q+DhkoC2Yb91fOuqAo2l7XnA6Mwy1KQ5uMRXUu5dsw=.sha256" # v2.1.2 | |
33 … | +id="&ptkWRUIPdBGTZ3W2BWPBuyFw4RumSjQu/DPJ3kufk1s=.sha256" # v2.1.3 | |
34 | 34 … | url="http://localhost:8989/blobs/get/$id" |
35 | 35 … | while ! curl "$url" | tar xvz; do sleep 2; done |
36 | 36 … | mv package ssb-npm-registry |
37 | 37 … | node ./ssb-npm-registry/enable.js |
Built with git-ssb-web