mirror of https://gitlab.com/bashrc2/epicyon
Note about accounts
parent
5f97730217
commit
b1e46d74d3
14
README.md
14
README.md
|
@ -61,6 +61,20 @@ If you want to view the raw json:
|
|||
python3 epicyon.py --postsraw nickname@domain
|
||||
```
|
||||
|
||||
## Account Management
|
||||
|
||||
To add a new account:
|
||||
|
||||
``` bash
|
||||
python3 epicyon.py --addaccount nickname@domain --password [yourpassword]
|
||||
```
|
||||
|
||||
To remove an account (be careful!):
|
||||
|
||||
``` bash
|
||||
python3 epicyon.py --rmaccount nickname@domain
|
||||
```
|
||||
|
||||
## Running the Server
|
||||
|
||||
To run with defaults:
|
||||
|
|
Loading…
Reference in New Issue