diff --git a/documentation/operators/src/nodes/setup.md b/documentation/operators/src/nodes/setup.md index b4995dfa7c5..55fcaf146b9 100644 --- a/documentation/operators/src/nodes/setup.md +++ b/documentation/operators/src/nodes/setup.md @@ -76,83 +76,6 @@ To list all available flags for each command, run `./nym-node --help` ``` ~~~ - - ```admonish bug The Wireguard flags currently have limited functionality. This feature is under development and testing. @@ -163,6 +86,7 @@ The Wireguard flags currently have limited functionality. This feature is under Some of the most useful flags and their explanation: +~~~admonish example collapsible=true title="Flags explanation:" - `--id `: Local identifier of your node. This `` determines your config path located at `~/.nym/nym-nodes//config/config.toml`, default value is `default-nym-node` - `--config-file `: Used for the migrate command to indicate the location of the existing node config file. Default path is `~/.nym/nym-nodes/default-nym-node/config/config.toml` - `--deny-init`: Use this flag to prevent a new node from being initialized. It's recommended to use this after the first run to avoid accidental spinning up of a second node. @@ -173,9 +97,7 @@ Some of the most useful flags and their explanation: - `--expose-system-info `: Sets your system info visibility on the network. - `--expose-system-hardware `: Sets your system hardware info visibility on the network. - `--expose-crypto-hardware `: Sets your crypto hardware info visibility on the network. - - -## Usage +~~~ ### Commands & Examples