Commit dd760867397a72c7203a2cea92b5d61d8c57969e
Merge branch 'master' of ssb://%0lOvmNF7Ch34YvmfLcAbvuyuoto7hdy4/GW67VD3IYY=.sha256
Gwen committed on 10/31/2016, 9:11:40 PMParent: 24ca9d1f017c6968a6e962ffeb79bf7219ed8393
Parent: e537cfc17b0f3943261d1449395a131642de1220
Files changed
src/fullclient.md | changed |
src/fullclient.md | ||
---|---|---|
@@ -6,23 +6,23 @@ | ||
6 | 6 … | --- |
7 | 7 … | |
8 | 8 … | To start the process |
9 | 9 … | |
10 | - λ sudo npm install -g scuttlebot | |
10 … | + λ sudo npm install -g scuttlebot | |
11 | 11 … | |
12 | 12 … | which gets you the sbot daemon. Then you'll need to run the daemon with |
13 | 13 … | |
14 | - λ sbot server | |
14 … | + λ sbot server | |
15 | 15 … | |
16 | 16 … | Accept the invite code which you can do with |
17 | 17 … | |
18 | - λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample | |
18 … | + λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample | |
19 | 19 … | |
20 | 20 … | which connects you to the pub I run on my server (Arch Linux all the way down). |
21 | 21 … | |
22 | 22 … | So now you're in, and you need a client. Patchbay is one of several. Here's the link to that: |
23 | 23 … | |
24 | - λ git clone https://github.com/dominictarr/patchbay | |
24 … | + λ git clone https://github.com/dominictarr/patchbay | |
25 | 25 … | |
26 | 26 … | What will happen when you click that link (and it will only work once, so if I've already accidentally clicked it and it's open on my desktop right now, it won't work and that would make the rest of this untrue. So let's assume it works!) here's what happens. |
27 | 27 … | |
28 | 28 … | 1. A public/private key is generated. It's stored (in this version, the lite client), in your local browser. Social networking in the browser is a new thing, so expect gl |
Built with git-ssb-web