git ssb

3+

gb / docs



Commit dd760867397a72c7203a2cea92b5d61d8c57969e

Merge branch 'master' of ssb://%0lOvmNF7Ch34YvmfLcAbvuyuoto7hdy4/GW67VD3IYY=.sha256

Gwen committed on 10/31/2016, 9:11:40 PM
Parent: 24ca9d1f017c6968a6e962ffeb79bf7219ed8393
Parent: e537cfc17b0f3943261d1449395a131642de1220

Files changed

src/fullclient.mdchanged
src/fullclient.mdView
@@ -6,23 +6,23 @@
66 ---
77
88 To start the process
99
10- λ sudo npm install -g scuttlebot
10 + λ sudo npm install -g scuttlebot
1111
1212 which gets you the sbot daemon. Then you'll need to run the daemon with
1313
14- λ sbot server
14 + λ sbot server
1515
1616 Accept the invite code which you can do with
1717
18- λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample
18 + λ sbot invite.accept gwenbell.com:8008:@0gUdg/lz6UPavonq8KDmVUPyPxGrMhCFdBGy5h0SoG4=:ThisIsAnExample
1919
2020 which connects you to the pub I run on my server (Arch Linux all the way down).
2121
2222 So now you're in, and you need a client. Patchbay is one of several. Here's the link to that:
2323
24- λ git clone https://github.com/dominictarr/patchbay
24 + λ git clone https://github.com/dominictarr/patchbay
2525
2626 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.
2727
2828 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