Commit 7bd18ab4e39dbd1bc8339eae0daf9166a07a5dfa
Update ssb-npm install info
cel committed on 11/29/2019, 11:27:31 PMParent: cb7aec1a1749da7c80497df6e15890ae5d8815d1
Files changed
doc/install-guide.html | changed |
doc/install-guide.html | |||
---|---|---|---|
@@ -10,9 +10,9 @@ | |||
10 | 10 … | </style> | |
11 | 11 … | </head> | |
12 | 12 … | <body> | |
13 | 13 … | <h2>Installing ssb-npm + git-ssb + patchfoo</h2> | |
14 | -<p>cel 2019-02-25; updated 2019-09-01</p> | ||
14 … | +<p>cel 2019-02-25; updated 2019-11-29</p> | ||
15 | 15 … | ||
16 | 16 … | <h3>Set up npm</h3> | |
17 | 17 … | <p>If you haven't already done so, set a prefix for <code>npm</code> and add its bin directory to your <code>$PATH</code>:</p> | |
18 | 18 … | <pre> | |
@@ -33,14 +33,13 @@ | |||
33 | 33 … | <p>Restart ssb-server or Patchwork.</p> | |
34 | 34 … | ||
35 | 35 … | <h3>Install ssb-npm</h3> | |
36 | 36 … | <pre> | |
37 | -mkdir -p /tmp/ssb-npm-registry-2.0.0 && cd /tmp/ssb-npm-registry-2.0.0 && | ||
38 | -curl -s 'http://localhost:8989/blobs/get/&E+tZfD6eodncvEddM3QAfsmzTJ003jlPGsqFN5TO7sQ=.sha256' | tar xz && | ||
37 … | +mkdir -p /tmp/ssb-npm-registry-2.1.0 && cd /tmp/ssb-npm-registry-2.0.1 && | ||
38 … | +curl -s 'http://localhost:8989/blobs/get/&ICm1gBw79PitW1qUuq5jIJJtjyfkfPfpuHQfPeGpmJ4=.sha256' | tar xz && | ||
39 | 39 … | ./package/bootstrap/bin.js --ws-url http://localhost:8989 \ | |
40 | - --branch %+bQCoFxCpd6SyFzjeKZOIbOtHW575oSq/AoSYMGGR3k=.sha256 \ | ||
41 | - --branch %+GtKJu3CCEQlDzGmJbZaGP3yrJCEIvUbvBq3BpuoRmE=.sha256 \ | ||
42 | - -- install -g ssb-npm@2.0.0 | ||
40 … | + --branch %/hNT8vXLGN9IoVUwLdSbw/9UgKjFI0AOnlQl/0129Tw=.sha256 \ | ||
41 … | + install -g ssb-npm@2.0.1 | ||
43 | 42 … | </pre> | |
44 | 43 … | ||
45 | 44 … | <h3>Install git-ssb</h3> | |
46 | 45 … | <pre> |
Built with git-ssb-web