mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
fixed typo in readme
This commit is contained in:
parent
999618be81
commit
cb974a1a28
1 changed files with 2 additions and 2 deletions
|
@ -1009,9 +1009,9 @@ Release binaries for several architechures are available at <https://github.com/
|
|||
|
||||
**NB:** Remember to run the nats setup above before running the steward binary.
|
||||
|
||||
Steward will create some directories for things like configuration file and other state files. By default it will create those files in the directory where you start Steward. So create individual directeries for each Steward instance you want to run below.
|
||||
Steward will create some directories for things like configuration file and other state files. By default it will create those files in the directory where you start Steward. So create individual directories for each Steward instance you want to run below.
|
||||
|
||||
Start up a **central** server which will act as your command and control server.
|
||||
Start up a **central** server which will act as your master server for things like logs and authorization.
|
||||
|
||||
```bash
|
||||
mkdir central & cd central
|
||||
|
|
Loading…
Reference in a new issue