Commit c761008b5ab9e6a313b4031c440472ef39d59928
Update ssb-npm and git-ssb versions
The new ones have deep-extend v0.6.0 removed from the dependency treecel committed on 7/10/2020, 12:46:10 AM
Parent: 031b70f8c5d4ca4d8e54efea63f13a58509d4d48
Files changed
doc/install-guide.html | changed |
doc/install-guide.html | |||
---|---|---|---|
@@ -25,16 +25,16 @@ | |||
25 | 25 … | <pre> | |
26 | 26 … | mkdir -p /tmp/ssb-npm-registry-2.1.3 && cd /tmp/ssb-npm-registry-2.1.3 && | |
27 | 27 … | curl -s 'http://localhost:8989/blobs/get/&ptkWRUIPdBGTZ3W2BWPBuyFw4RumSjQu/DPJ3kufk1s=.sha256' | tar xz && | |
28 | 28 … | ./package/bootstrap/bin.js --ws-url http://localhost:8989 \ | |
29 | - --branch %z04WZqBf7xqJcwwzGSAGzNlfMbE4F/CPS54AfHbP0+g=.sha256 \ | ||
29 … | + --branch %i06tAOja1Nvy2IroPTwqn7t4G7M/YUAXmHU6xDJDiSs=.sha256 \ | ||
30 | 30 … | install -g ssb-npm@2.0.4 | |
31 | 31 … | </pre> | |
32 | 32 … | ||
33 | 33 … | <h3>Install git-ssb</h3> | |
34 | 34 … | <pre> | |
35 | 35 … | ssb-npm install -g git-ssb@2.8.0 \ | |
36 | - --branch %z6WY2qNlcCSukssZOH652dUyKzU8FvCSKP+1DTdclEQ=.sha256 | ||
36 … | + --branch %xlfr8klBuPNiHSXQ5uq2HkrIWudCz9Zzs9jiBoJBz3s=.sha256 | ||
37 | 37 … | </pre> | |
38 | 38 … | ||
39 | 39 … | <h3>Clone and install patchfoo</h3> | |
40 | 40 … |
Built with git-ssb-web