git ssb

9+

mixmix / ssb-handbook



Commit 9e673d10e11b4387500655b63341d19c8108cc28

better documentation on how to find handbook source

Michael Williams committed on 4/7/2017, 1:48:28 AM
Parent: d9a1d68faaefed7a165b99168530e6ac68835727

Files changed

README.mdchanged
README.mdView
@@ -48,12 +48,21 @@
4848 This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.
4949
5050 ## About This Handbook
5151
52-To view the public gitbook, browse to <http://scuttlebutt.nz>.
52 +To view the public handbook, browse to <http://scuttlebutt.nz>.
5353
54-You can also build and serve this with gitbook locally. The following assumes you're running a scuttlebot server and are in the follow neighbourhood of mixmix or his pub.
54 +You can also build and serve this with gitbook locally.
5555
56 +
57 +The `SUMMARY.md` is the manifest on which the compiled gitbook is based. Edit that if you want content in/out of the book.
58 +
59 +### Contributing With `git-ssb`
60 +
61 +To use the public portal for the handbook code, browse to <https://git.scuttlebot.io/%25lJsDWwnF4bDxHWYuSjw%2FbW37xg%2BsaF8WtPZYZsefKj0%3D.sha256>.
62 +
63 +To use your local scuttlebot server to clone the handbook code:
64 +
5665 ```bash
5766 npm install git-ssb -g
5867 git clone ssb://%lJsDWwnF4bDxHWYuSjw/bW37xg+saF8WtPZYZsefKj0=.sha256 ssb-handbook
5968
@@ -61,12 +70,20 @@
6170 npm install
6271 npm start
6372 ```
6473
65-The `SUMMARY.md` is the manifest on which the compiled gitbook is based. Edit that if you want content in/out of the book.
74 +To contribute to the handbook code, make a pull request with
6675
67-> If you see a job that needs doing - that is your job.
76 +```
77 +git ssb pull-request
78 +```
6879
80 +### Contributing with GitHub
81 +
82 +Our public GitHub repository is at [ssbc/ssb-handbook](https://github.com/ssbc/ssb-handbook)
83 +
84 +Feel free to make an issue or pull request here if you see something that needs doing.
85 +
6986 ## Other Projects
7087
7188 Scuttlebutt is not the only project working in a decentralized space. Here are a few other projects also working on solutions:
7289

Built with git-ssb-web