mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-21 11:29:31 +01:00
fix ergo invocation in readme
This commit is contained in:
parent
e3bcb9b8a0
commit
7b3778989e
6
README
6
README
@ -33,15 +33,15 @@ Modify the config file as needed (the recommendations at the top may be helpful)
|
||||
|
||||
To generate passwords for opers and connect passwords, you can use this command:
|
||||
|
||||
$ ergo genpasswd
|
||||
$ ./ergo genpasswd
|
||||
|
||||
If you need to generate self-signed TLS certificates, use this command:
|
||||
|
||||
$ ergo mkcerts
|
||||
$ ./ergo mkcerts
|
||||
|
||||
You are now ready to start Ergo!
|
||||
|
||||
$ ergo run
|
||||
$ ./ergo run
|
||||
|
||||
For further instructions, consult the manual. A copy of the manual should be
|
||||
included in your release under `docs/MANUAL.md`. Or you can view it on the
|
||||
|
Loading…
Reference in New Issue
Block a user