git ssb

9+

mixmix / ssb-handbook



Commit 927968e21fc1ab374286c28b91b8e1aa926fa0ea

> In fact, why not strip the front page down to its absolute minimum

> - How to get Started / Easy Path - link for devs to another page

%VVyXtKTWsctIwG00ynN3WfVFtt1b55Kxd/2SwMPs8g0=.sha256
Michael Williams committed on 12/17/2017, 12:39:13 PM
Parent: ede9e99eaae43b7e59103520e1d70e4e188e8c51

Files changed

README.mdchanged
README.mdView
@@ -20,44 +20,19 @@
2020 {% vimeo %}236358264{% endvimeo %}
2121
2222 ## How To Get Started
2323
24-The easiest way to get started is using [patchwork](https://github.com/ssbc/patchwork), a classic social networking [application](./applications.md).
24 +The easiest way to get started is using [Patchwork](https://github.com/ssbc/patchwork), a classic social networking [application](./applications.md).
2525
26-![screenshot of patchwork](./assets/patchwork.jpg)
26 +![screenshot of Patchwork](./assets/patchwork.jpg)
2727
28-### Easy path
29-
3028 1. [Download an Installer](https://github.com/ssbc/patchwork/releases) for Windows, macOS and Linux
3129 2. Get a [pub invite code](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers)
3230 3. Use the pub invite : in Patchwork click `+ Join Pub` and paste the invite code
3331
3432 Step 2 is important if you want to be able to find people further than your local network - it sets you up with a robot friend on the internet which helps you find and communicate with people.
3533 Read more about Pubs and their role [here](./concepts/pub.md).
3634
37-
38-### Build from Source
39-
40-This is more technical than the easy path, mainly useful if you're interested in developing Patchwork.
41-
42-On Linux you'll need some more dependencies. On Debian:
43-
44-```shell
45-sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev g++ m4 automake libtool
46-```
47-
48-With [node (>= 4) and npm (>= 2) installed](https://github.com/creationix/nvm):
49-
50-```shell
51-$ git clone https://github.com/ssbc/patchwork
52-$ cd patchwork
53-$ npm install
54-$ npm start
55-```
56-
57-Follow steps `2.` and `3.` above to connect to the network.
58-
59-
6035 ## Join The Community
6136
6237 Check out the following channels by typing their name (with #) in the search bar:
6338 - **#new-people**: introduce yourself

Built with git-ssb-web