diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-13 17:23:08 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-13 17:23:08 -1000 |
commit | 7a16575265ccf7a79b53ee5a6cb1c8732e5c79ea (patch) | |
tree | 5757fc69a3bec74a49b7d63f7d0d430862d2f0c3 /README.md | |
parent | d3244b38bb2daecb1cf73cefc2fa50ca30640ffb (diff) | |
download | patchfoo-7a16575265ccf7a79b53ee5a6cb1c8732e5c79ea.tar.gz patchfoo-7a16575265ccf7a79b53ee5a6cb1c8732e5c79ea.zip |
Update install instructions for ssb-npm
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -23,12 +23,18 @@ Plain SSB web UI. Uses HTML forms instead of client-side JS. Designed for use on Find [this guide](%VaSj08AbdhIa4itK4z8Z91G80o2h5OhRLCEEO6MhAcU=.sha256) [on github](https://github.com/noffle/sailing-patchfoo) or [on SSB](http://git.scuttlebot.io/%25VaSj08AbdhIa4itK4z8Z91G80o2h5OhRLCEEO6MhAcU%3D.sha256). -## Install & Run +## Install + +Requirements: + +- [scuttlebot][] +- [ssb-npm-registry][] +- [git-ssb][] ```sh git clone ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256 patchfoo cd patchfoo -npm install +npm install --registry=http://localhost:8043/ npm start ``` @@ -91,7 +97,10 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - Show network status - Add UI for using pub invites +[scuttlebot]: %M0TrM+oJT2i/phUJO/fZ2wkK2AN2FB1xK0tqR7SNj58=.sha256 [patchbay]: %s9mSFATE4RGyJx9wgH22lBrvD4CgUQW4yeguSWWjtqc=.sha256 +[ssb-npm-registry]: %59m0nJQ/YOnxkPi7QfBphcOtuwCgamUgoVHtBhCEq7k=.sha256 +[git-ssb]: %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256 ## License |