Skip to content

Commit

Permalink
fix ergo invocation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Sep 28, 2023
1 parent e3bcb9b commit 7b37789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b37789

Please sign in to comment.