From 7bd18ab4e39dbd1bc8339eae0daf9166a07a5dfa Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 29 Nov 2019 13:27:31 -1000 Subject: Update ssb-npm install info --- doc/install-guide.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/install-guide.html') diff --git a/doc/install-guide.html b/doc/install-guide.html index 5abb4b5..125fd7c 100644 --- a/doc/install-guide.html +++ b/doc/install-guide.html @@ -11,7 +11,7 @@ body {

Installing ssb-npm + git-ssb + patchfoo

-

cel 2019-02-25; updated 2019-09-01

+

cel 2019-02-25; updated 2019-11-29

Set up npm

If you haven't already done so, set a prefix for npm and add its bin directory to your $PATH:

@@ -34,12 +34,11 @@ PATH=$PATH:$HOME/.local/bin

Install ssb-npm

-mkdir -p /tmp/ssb-npm-registry-2.0.0 && cd /tmp/ssb-npm-registry-2.0.0 &&
-curl -s 'http://localhost:8989/blobs/get/&E+tZfD6eodncvEddM3QAfsmzTJ003jlPGsqFN5TO7sQ=.sha256' | tar xz &&
+mkdir -p /tmp/ssb-npm-registry-2.1.0 && cd /tmp/ssb-npm-registry-2.0.1 &&
+curl -s 'http://localhost:8989/blobs/get/&ICm1gBw79PitW1qUuq5jIJJtjyfkfPfpuHQfPeGpmJ4=.sha256' | tar xz &&
 ./package/bootstrap/bin.js --ws-url http://localhost:8989 \
-  --branch %+bQCoFxCpd6SyFzjeKZOIbOtHW575oSq/AoSYMGGR3k=.sha256 \
-  --branch %+GtKJu3CCEQlDzGmJbZaGP3yrJCEIvUbvBq3BpuoRmE=.sha256 \
-  -- install -g ssb-npm@2.0.0
+  --branch %/hNT8vXLGN9IoVUwLdSbw/9UgKjFI0AOnlQl/0129Tw=.sha256 \
+  install -g ssb-npm@2.0.1
 

Install git-ssb

-- cgit v1.2.3