From e3bcb9b8a02a32ed0fcb43b09b42e7186186b9aa Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 28 Sep 2023 13:56:47 -0400 Subject: [PATCH] fix ergo invocation in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63245060..2c72b39a 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ Extract it into a folder, then run the following commands: ```sh cp default.yaml ircd.yaml -vim ircd.yaml # modify the config file to your liking -ergo mkcerts -ergo run # server should be ready to go! +vim ircd.yaml # modify the config file to your liking +./ergo mkcerts +./ergo run # server should be ready to go! ``` **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.