We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e76eac commit 6ff14fdCopy full SHA for 6ff14fd
Readme.md
@@ -114,7 +114,8 @@ terra-oracle service --from=ORACLE --broadcast-mode=block --config=$HOME/terra-o
114
```
115
116
## Start with Systemd service.
117
-(You must enter the `name` and `password` in the `[Feeder]` part of `config.toml`)
+1. You must enter the `name` and `password` in the `[Feeder]` part of `config.toml`
118
+2. You need to install `expect`: `sudo apt install expect -y`
119
```sh
120
terra-oracle register-systemd --from={name_of_feeder} --config={path_to_config.toml}
121
0 commit comments