Update follow documentation

master
Bob Mottram 2019-07-17 13:31:10 +01:00
parent 5ca47b5dc6
commit 98b4cb8073
1 changed files with 9 additions and 1 deletions

View File

@ -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: