Browse Source

fix ergo invocation in readme

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

+ 3
- 3
README.md View File

@@ -54,9 +54,9 @@ Extract it into a folder, then run the following commands:
54 54
 
55 55
 ```sh
56 56
 cp default.yaml ircd.yaml
57
-vim ircd.yaml   # modify the config file to your liking
58
-ergo mkcerts
59
-ergo run     # server should be ready to go!
57
+vim ircd.yaml  # modify the config file to your liking
58
+./ergo mkcerts
59
+./ergo run     # server should be ready to go!
60 60
 ```
61 61
 
62 62
 **Note:** See the [productionizing guide in our manual](https://github.com/ergochat/ergo/blob/stable/docs/MANUAL.md#productionizing-with-systemd) for recommendations on how to run a production network, including obtaining valid TLS certificates.

Loading…
Cancel
Save