Note about leaving out password option

merge-requests/30/head
Bob Mottram 2021-03-13 11:53:41 +00:00
parent 3b04ce6645
commit 2e8f48021b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ The first thing you will need to do is to create an account. You can do this wit
python3 epicyon.py --addaccount nickname@domain --password [yourpassword]
```
You can also leave out the **--password** option and then enter it manually, which has the advantage of passwords not being logged within command history.
To remove an account (be careful!):
``` bash