Skip to content

Commit ea4e641

Browse files
authored
docs: fix code block
1 parent 104e672 commit ea4e641

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ DENODE_PASSWORD='your password'
219219
```
220220

221221
Run the following commands to enable startup and run node
222-
```shell
223-
sudo systemctl daemon-reload
224-
sudo systemctl enable denode.service
225-
sudo systemctl start denode.service
226-
```
222+
```shell
223+
sudo systemctl daemon-reload
224+
sudo systemctl enable denode.service
225+
sudo systemctl start denode.service
226+
```
227227
Now your node will be running and start at boot.
228228

229229
**View latest logs**

0 commit comments

Comments
 (0)