aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-11-27 15:00:27 -0500
committercel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-11-27 15:00:27 -0500
commitacbe8fa8a4b5c4ee6d952d5e712fa4a53e079e9a (patch)
tree6417509ece54329b171e974c92e723433a42311b
parent259288db823adf24a5ac9bc28503534aca9bb553 (diff)
downloadpatchfoo-acbe8fa8a4b5c4ee6d952d5e712fa4a53e079e9a.tar.gz
patchfoo-acbe8fa8a4b5c4ee6d952d5e712fa4a53e079e9a.zip
Update ssb-npm installation instructions
-rw-r--r--doc/install-guide.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/install-guide.html b/doc/install-guide.html
index edc963c..bd19c76 100644
--- a/doc/install-guide.html
+++ b/doc/install-guide.html
@@ -11,7 +11,7 @@ body {
</head>
<body>
<h2>Installing ssb-npm + git-ssb + patchfoo</h2>
-<p>cel 2019-02-25; updated 2020-07-09</p>
+<p>cel 2019-02-25; updated 2020-11-27</p>
<h3>Set up npm</h3>
<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>
@@ -23,11 +23,7 @@ PATH=$PATH:$HOME/.local/bin
<h3>Install ssb-npm</h3>
<pre>
-mkdir -p /tmp/ssb-npm-registry-2.1.3 &amp;&amp; cd /tmp/ssb-npm-registry-2.1.3 &amp;&amp;
-curl -s 'http://localhost:8989/blobs/get/&amp;ptkWRUIPdBGTZ3W2BWPBuyFw4RumSjQu/DPJ3kufk1s=.sha256' | tar xz &amp;&amp;
-./package/bootstrap/bin.js --ws-url http://localhost:8989 \
- --branch %i06tAOja1Nvy2IroPTwqn7t4G7M/YUAXmHU6xDJDiSs=.sha256 \
- install -g ssb-npm@2.0.4
+npm install -g 'http://localhost:8989/blobs/get/&qcphVNO9k28QT0oASdyjH41XEySuTxX3STooEj+olEE=.sha256'
</pre>
<h3>Install git-ssb</h3>