You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -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.
0 commit comments