From 7b3778989e6cbcbe07643c2fa02cd3ba94fe2c70 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 28 Sep 2023 14:03:12 -0400 Subject: [PATCH] fix ergo invocation in readme --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index b14e2a5c..23d317f8 100644 --- a/README +++ b/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