Commit eb6478550f521520d5b85df8265760c780922301
update how to contribute pub (#101)
Mikey authored on 9/23/2018, 10:31:51 PMGitHub committed on 9/23/2018, 10:31:51 PM
Parent: 54006d613bfd6896b0dcfde50541ec665cdfd931
Files changed
contributing.md | changed |
contributing.md | |||
---|---|---|---|
@@ -33,11 +33,13 @@ | |||
33 | 33 … | We aim for autonomous solving of collaborative problems with a common vision. | |
34 | 34 … | ||
35 | 35 … | ## Hosting a [Pub server](concepts/pub.md) | |
36 | 36 … | ||
37 | -The easiest way to start hosting a [Pub server](concepts/pub.md) is to use [`easy-ssb-pub`](https://github.com/staltz/easy-ssb-pub). | ||
37 … | +The easiest way to start hosting a [Pub server](concepts/pub.md) is to use | ||
38 | 38 … | ||
39 | -Or, follow the ["Create a Pub" guide at scuttlebot.io](http://scuttlebot.io/docs/config/create-a-pub.html). | ||
39 … | +- [`ssb-pub`](https://github.com/ahdinosaur/ssb-pub) ([one click installer!](http://butt.nz/install?url=https://github.com/ahdinosaur/ssb-pub)), | ||
40 … | +- [`easy-ssb-pub`](https://github.com/staltz/easy-ssb-pub), | ||
41 … | +- or, follow the ["Create a Pub" guide at scuttlebot.io](http://scuttlebot.io/docs/config/create-a-pub.html) | ||
40 | 42 … | ||
41 | 43 … | ## Contributing Code | |
42 | 44 … | ||
43 | 45 … | To understand what code is in the Scuttlebutt ecosystem and how the modules assemble together, see [the "Modules" page](modules.md). |
Built with git-ssb-web