Commit 8502730e96a40690b34fe8d0b41cf44c7baf2cff
Update install guide references
cel committed on 9/2/2019, 3:36:56 AMParent: be5d952536013f75eeb725536a54ad9e92a38b0a
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-08-08</p> | |
14 … | +<p>cel 2019-02-25; updated 2019-09-01</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> |
@@ -37,15 +37,17 @@ | ||
37 | 37 … | mkdir -p /tmp/ssb-npm-registry-2.0.0 && cd /tmp/ssb-npm-registry-2.0.0 && |
38 | 38 … | curl -s 'http://localhost:8989/blobs/get/&E+tZfD6eodncvEddM3QAfsmzTJ003jlPGsqFN5TO7sQ=.sha256' | tar xz && |
39 | 39 … | ./package/bootstrap/bin.js --ws-url http://localhost:8989 \ |
40 | 40 … | --branch %+bQCoFxCpd6SyFzjeKZOIbOtHW575oSq/AoSYMGGR3k=.sha256 \ |
41 … | + --branch %+GtKJu3CCEQlDzGmJbZaGP3yrJCEIvUbvBq3BpuoRmE=.sha256 \ | |
41 | 42 … | -- install -g ssb-npm@2.0.0 |
42 | 43 … | </pre> |
43 | 44 … | |
44 | 45 … | <h3>Install git-ssb</h3> |
45 | 46 … | <pre> |
46 | 47 … | ssb-npm install -g git-ssb@2.6.1 \ |
47 | - --branch %+GtKJu3CCEQlDzGmJbZaGP3yrJCEIvUbvBq3BpuoRmE=.sha256 | |
48 … | + --branch %+GtKJu3CCEQlDzGmJbZaGP3yrJCEIvUbvBq3BpuoRmE=.sha256 \ | |
49 … | + --branch %RuoAU/5P9fDa/+vucRrIhq4qk4cnaQspY2Yyzu6oR7U=.sha256 | |
48 | 50 … | </pre> |
49 | 51 … | |
50 | 52 … | <h3>Clone and install patchfoo</h3> |
51 | 53 … |
Built with git-ssb-web