Commit a06f1b05e501f4825edad499e57711d07d44035e
Restore Use an Invite guide
Removed in 14057b1c47be49b501851a85e5733a5cba056bb7 but not fully migrated into ssb-handbookcel committed on 12/21/2019, 4:32:18 AM
Parent: de3fa79bcb118a2b8ad28d1dea253219281e2a5e
Files changed
scuttlebot/howto-use-an-invite.md | added |
scuttlebot/howto-use-an-invite.md | |||
---|---|---|---|
@@ -1,0 +1,15 @@ | |||
1 … | +# Use an Invite | ||
2 … | + | ||
3 … | +If you want to connect to your friends across the net, you need to be followed by a Pub server. | ||
4 … | + | ||
5 … | +First get an invite-code from a Pub operator you know, or [setup your own pub](howto-setup-a-pub). | ||
6 … | + | ||
7 … | +If you're using Patchwork, you can use the UI to use the code. | ||
8 … | +However, if you want to use Scuttlebot, you can use the following command: | ||
9 … | + | ||
10 … | +``` | ||
11 … | +sbot invite.accept {code} | ||
12 … | +``` | ||
13 … | + | ||
14 … | +Your Scuttlebot will now connect to, and sync with, the Pub. | ||
15 … | +Other users can sync with the pub to receive your log. |
Built with git-ssb-web