From 4b0fbc663ae6c86733e9d295af7decdff35a90c2 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:51:41 +0100 Subject: [PATCH] improve formatting --- documentation/docs/pages/operators/tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```