forked from indymedia/epicyon
Images
parent
de9f50b5ad
commit
99eba0c2ca
|
@ -259,13 +259,13 @@ python3 epicyon.py --changepassword nickname@domain newpassword
|
||||||
To set an avatar for an account:
|
To set an avatar for an account:
|
||||||
|
|
||||||
``` bash
|
``` 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:
|
To set the background image for an account:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
python3 epicyon.py --nickname [nick] --domain [name] --background [filename]
|
python3 epicyon.py --nickname [nick] --domain [name] --background [image filename]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the Server
|
## Running the Server
|
||||||
|
|
Loading…
Reference in New Issue