forked from indymedia/epicyon
Notes on setting avatar
parent
befc991fbf
commit
38ec428cb1
12
README.md
12
README.md
|
@ -256,6 +256,18 @@ To change the password for an account:
|
||||||
python3 epicyon.py --changepassword nickname@domain newpassword
|
python3 epicyon.py --changepassword nickname@domain newpassword
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To set an avatar for an account:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
python3 epicyon.py --nickname [nick] --domain [name] --avatar [filename]
|
||||||
|
```
|
||||||
|
|
||||||
|
To set the background image for an account:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
python3 epicyon.py --nickname [nick] --domain [name] --background [filename]
|
||||||
|
```
|
||||||
|
|
||||||
## Running the Server
|
## Running the Server
|
||||||
|
|
||||||
To run with defaults:
|
To run with defaults:
|
||||||
|
|
Loading…
Reference in New Issue