git ssb

30+

cel / git-ssb-web



Commit 6754317a6662887d6c7745f91080dbfab007325e

Update readme

- Note ssb-npm-registry
- Add new screenshot
- Update year
cel committed on 6/5/2018, 3:02:47 AM
Parent: bdbeb9c156a4c8b0e0ecd33e2613564c8491ee66

Files changed

README.mdchanged
README.mdView
@@ -9,17 +9,24 @@
99 - http://git.mixmix.io/
1010
1111 ## Install
1212
13 +Requirements:
14 +
15 +- [scuttlebot][]
16 +- Connection to the [SSB network][Scuttlebutt] network
17 +- [ssb-npm-registry][] scuttlebot plugin
18 +
19 +Install via ssb-npm:
20 +
1321 ```
14-npm install -g git-ssb-web
22 +npm install -g git-ssb-web --registry=http://localhost:8043/
1523 ```
16-
1724 Or, if you also want the git remote helper and other goodies, install the
1825 [git-ssb][] suite:
1926
2027 ```
21-npm install -g git-ssb
28 +npm install -g git-ssb --registry=http://localhost:8043/
2229 ```
2330
2431 ## Usage
2532
@@ -49,20 +56,25 @@
4956 Set `computeIssueCounts` to `false` for faster start up.
5057
5158 ## Screenshots
5259
60 +![screenshot](&f2f7WFd2qr2aKd5DFvYKZgmeSdJ3rayqQg0DxwLSCRg=.sha256)
61 +
5362 ![screenshot of a user's activity](static/screenshot-user-activity.png)
5463
5564 ![screenshot of a repo](static/screenshot-repo.png)
5665
5766 ![screenshot of a pull request](static/screenshot-pr.png)
5867
68 +[Scuttlebutt]: https://www.scuttlebutt.nz/
69 +[scuttlebot]: https://scuttlebot.io/
5970 [secure-scuttlebutt]: https://github.com/ssbc/secure-scuttlebutt
6071 [git-ssb]: %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256
72 +[ssb-npm-registry]: %pFqjcdVKHqsrtOjVEAVZeCF0iY4s+3Hr0vA3EFCq5UM=.sha256
6173
6274 ## License
6375
64-Copyright (c) 2016 Charles Lehner and contributors
76 +Copyright (c) 2016-2018 Charles Lehner and contributors
6577
6678 Usage of the works is permitted provided that this instrument is
6779 retained with the works, so that any entity that uses the works is
6880 notified of this instrument.

Built with git-ssb-web