diff --git a/documentation/docs/pages/operators/tools.mdx b/documentation/docs/pages/operators/tools.mdx index c1b2eb6df8..e6e5138df8 100644 --- a/documentation/docs/pages/operators/tools.mdx +++ b/documentation/docs/pages/operators/tools.mdx @@ -55,7 +55,7 @@ chmod +x ./nym-node-cli.py There are two ways how to run the program. fully interactive or with provided arguments. The former has a shorter initial command but then operators must fill the values on the go, the latter requires more complex command, but then there is a minimum prompts during the process. 1. Fully interactive mode - just run: -``` +```sh ./nym-node-cli.py install ```