Browse Source

fix ergo invocation in readme

tags/v2.12.0
Shivaram Lingamneni 7 months ago
parent
commit
7b3778989e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README

+ 3
- 3
README View File

@@ -33,15 +33,15 @@ Modify the config file as needed (the recommendations at the top may be helpful)
33 33
 
34 34
 To generate passwords for opers and connect passwords, you can use this command:
35 35
 
36
-    $ ergo genpasswd
36
+    $ ./ergo genpasswd
37 37
 
38 38
 If you need to generate self-signed TLS certificates, use this command:
39 39
 
40
-    $ ergo mkcerts
40
+    $ ./ergo mkcerts
41 41
 
42 42
 You are now ready to start Ergo!
43 43
 
44
-    $ ergo run
44
+    $ ./ergo run
45 45
 
46 46
 For further instructions, consult the manual. A copy of the manual should be
47 47
 included in your release under `docs/MANUAL.md`. Or you can view it on the

Loading…
Cancel
Save