Skip to content

Commit e3bcb9b

Browse files
committed
fix ergo invocation in readme
1 parent 70dfe9f commit e3bcb9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Extract it into a folder, then run the following commands:
5454

5555
```sh
5656
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!
6060
```
6161

6262
**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

Comments
 (0)