aboutsummaryrefslogtreecommitdiff
path: root/doc/install-guide.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install-guide.html')
-rw-r--r--doc/install-guide.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/install-guide.html b/doc/install-guide.html
index a5dea45..04a07cf 100644
--- a/doc/install-guide.html
+++ b/doc/install-guide.html
@@ -42,7 +42,9 @@ ssb-npm install -g git-ssb@2.8.0 \
<pre>
git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
cd patchfoo
-ssb-npm install --branch %e/unnFWjNwhJuFtH+DmkNqqvVggrufu/sZxRU5e59Is=.sha256
+ssb-npm install \
+ --branch %e/unnFWjNwhJuFtH+DmkNqqvVggrufu/sZxRU5e59Is=.sha256 \
+ --branch %FlwIBeDR/liKcEvok7uF9o3e7Qib36aMj1orj3aiFVQ=.sha256
npm start
</pre>
@@ -52,8 +54,9 @@ mkdir ~/.ssb/node_modules
cd ~/.ssb/node_modules
git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
cd patchfoo
-ssb-npm install --branch %e/unnFWjNwhJuFtH+DmkNqqvVggrufu/sZxRU5e59Is=.sha256
-sbot plugins.enable patchfoo
+ssb-npm install --production \
+ --branch %e/unnFWjNwhJuFtH+DmkNqqvVggrufu/sZxRU5e59Is=.sha256
+node enable-plugin.js
</pre>
<p>Restart ssb-server or Patchwork.</p>
<p>Visit patchfoo at <a href="http://localhost:8027/">http://localhost:8027/</a>.</p>