git ssb

16+

cel / patchfoo



Commit dbb212e3f30612f7c27970413796025388c5920e

%Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256

cel committed on 11/27/2020, 8:01:20 PM
Parent: acbe8fa8a4b5c4ee6d952d5e712fa4a53e079e9a

Files changed

README.mdchanged
doc/install-guide.htmlchanged
README.mdView
@@ -81,9 +81,9 @@
8181
8282 ```sh
8383 git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
8484 cd patchfoo
85-ssb-npm install --production --branch %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256 --branch %eNFBTxGjgxmiQMzNUnHrQqXuBmZ8lwdwlnCbvSG8Rb0=.sha256
85 +ssb-npm install --production --branch %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256
8686 npm start
8787 ```
8888
8989 #### as a ssb-server plugin
@@ -93,9 +93,9 @@
9393 ```sh
9494 cd ~/.ssb/node_modules
9595 git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
9696 cd patchfoo
97-ssb-npm install --production --branch %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256 --branch %eNFBTxGjgxmiQMzNUnHrQqXuBmZ8lwdwlnCbvSG8Rb0=.sha256
97 +ssb-npm install --production --branch %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256
9898 node enable-plugin.js
9999 ```
100100
101101 ### Install via ssb-npm
@@ -117,17 +117,17 @@
117117
118118 Note: if you previously installed a patchfoo binary release, [ssb-]npm will not overwrite it. You must manually remove it (e.g. `rm ~/.local/bin/patchfoo`) before installing via ssb-npm.
119119
120120 ```sh
121-ssb-npm install -g patchfoo --branch %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256 --branch %eNFBTxGjgxmiQMzNUnHrQqXuBmZ8lwdwlnCbvSG8Rb0=.sha256
121 +ssb-npm install -g patchfoo --branch %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256
122122 ```
123123
124124 ### as a ssb-server plugin
125125
126126 This does a global ssb-npm install and then symlinks it into place and installs it with ssb-server as a plugin.
127127
128128 ```sh
129-ssb-npm install -g patchfoo --branch %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256 --branch %eNFBTxGjgxmiQMzNUnHrQqXuBmZ8lwdwlnCbvSG8Rb0=.sha256
129 +ssb-npm install -g patchfoo --branch %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256
130130 dir=$(dirname $(realpath $(which patchfoo)))
131131 ln -s "$dir" ~/.ssb/node_modules/
132132 node "$dir/enable-plugin.js"
133133 ```
doc/install-guide.htmlView
@@ -37,9 +37,9 @@
3737 <h4>As a standalone program (ssb-client):</h4>
3838 <pre>
3939 git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
4040 cd patchfoo
41-ssb-npm install --production --branch %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256 --branch %eNFBTxGjgxmiQMzNUnHrQqXuBmZ8lwdwlnCbvSG8Rb0=.sha256
41 +ssb-npm install --production --branch %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256
4242 npm start
4343 </pre>
4444
4545 <h4>or as a sbot plugin:</h4>
@@ -47,9 +47,9 @@
4747 mkdir ~/.ssb/node_modules
4848 cd ~/.ssb/node_modules
4949 git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo
5050 cd patchfoo
51-ssb-npm install --production --branch %HWJLkLhiapPIaWn2yBOsFIeLNwyrYdSn/Z8cDqiBBi4=.sha256 --branch %eNFBTxGjgxmiQMzNUnHrQqXuBmZ8lwdwlnCbvSG8Rb0=.sha256
51 +ssb-npm install --production --branch %Et6Ij2bOS4SUzpimKTVUdMPnb8vjP8Lg2dObBJ/0oGE=.sha256
5252 node enable-plugin.js
5353 </pre>
5454 <p>Restart ssb-server or Patchwork.</p>
5555 <p>Visit patchfoo at <a href="http://localhost:8027/">http://localhost:8027/</a>.</p>

Built with git-ssb-web