ソースを参照

fix ergo invocation in readme

tags/v2.12.0
Shivaram Lingamneni 7ヶ月前
コミット
7b3778989e
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      README

+ 3
- 3
README ファイルの表示

@@ -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

読み込み中…
キャンセル
保存