From 98b4cb8073679ddd37aa413f032bbe42016c8ed9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jul 2019 13:31:10 +0100 Subject: [PATCH] Update follow documentation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51c34a3a..340f6555 100644 --- a/README.md +++ b/README.md @@ -330,11 +330,19 @@ python3 epicyon.py --domain [name] --port 8000 --https --federate domain1.net do With your server running you can then follow other accounts with: ``` bash -python3 epicyon.py --nickname [yournick] --domain [name] --follow othernick@domain +python3 epicyon.py --nickname [yournick] --domain [name] --follow othernick@domain --password mypass ``` +The password is for the client to obtain access to the server. + You may or may not need to use the *--port*, *--https* and *--tor* options, depending upon how your server was set up. +Unfollowing is silimar: + +``` bash +python3 epicyon.py --nickname [yournick] --domain [name] --unfollow othernick@domain --password mypass +``` + ## Archiving posts You can archive old posts with: