mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-21 19:39:43 +01:00
fix ergo invocation in readme
This commit is contained in:
parent
70dfe9f594
commit
e3bcb9b8a0
@ -54,9 +54,9 @@ Extract it into a folder, then run the following commands:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cp default.yaml ircd.yaml
|
cp default.yaml ircd.yaml
|
||||||
vim ircd.yaml # modify the config file to your liking
|
vim ircd.yaml # modify the config file to your liking
|
||||||
ergo mkcerts
|
./ergo mkcerts
|
||||||
ergo run # server should be ready to go!
|
./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.
|
**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…
Reference in New Issue
Block a user