master
Bob Mottram 2019-07-12 17:03:45 +01:00
parent de9f50b5ad
commit 99eba0c2ca
1 changed files with 2 additions and 2 deletions

View File

@ -259,13 +259,13 @@ python3 epicyon.py --changepassword nickname@domain newpassword
To set an avatar for an account:
``` bash
python3 epicyon.py --nickname [nick] --domain [name] --avatar [filename]
python3 epicyon.py --nickname [nick] --domain [name] --avatar [image filename]
```
To set the background image for an account:
``` bash
python3 epicyon.py --nickname [nick] --domain [name] --background [filename]
python3 epicyon.py --nickname [nick] --domain [name] --background [image filename]
```
## Running the Server