From 7ad5ff777041b8f90200b16a269bd26fce032f7c Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 6 Nov 2023 14:01:20 +0100 Subject: [PATCH] * cmdrun path fixes * rename file to setup+run --- documentation/docs/src/SUMMARY.md | 2 +- documentation/docs/src/clients/websocket/setup.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docs/src/SUMMARY.md b/documentation/docs/src/SUMMARY.md index 2b46c51d41..f408740f3c 100644 --- a/documentation/docs/src/SUMMARY.md +++ b/documentation/docs/src/SUMMARY.md @@ -23,7 +23,7 @@ # Clients - [Clients Overview](clients/overview.md) - [Websocket Client](clients/websocket-client.md) - - [Client Setup](clients/websocket/setup.md) + - [Setup & Run](clients/websocket/setup.md) - [Configuration](clients/websocket/config.md) - [Using Your Client](clients/websocket/usage.md) - [Socks5 Client](clients/socks5-client.md) diff --git a/documentation/docs/src/clients/websocket/setup.md b/documentation/docs/src/clients/websocket/setup.md index f3e3ab8bad..e682e87175 100644 --- a/documentation/docs/src/clients/websocket/setup.md +++ b/documentation/docs/src/clients/websocket/setup.md @@ -1,4 +1,4 @@ -# Client Setup +# Setup & Run ## Viewing command help @@ -10,7 +10,7 @@ You can check that your binaries are properly compiled with: ~~~admonish example collapsible=true title="Console output" ``` - + ``` ~~~ @@ -25,7 +25,7 @@ You can check the necessary parameters for the available commands by running: ./nym-client --help ``` -### Initialising your client +## Initialising your client Before you can use the client, you need to initalise a new instance of it. Each instance of the client has its own public/private keypair, and connects to its own gateway node. Taken together, these 3 things (public/private keypair + gateway node identity key) make up an app's identity. @@ -37,7 +37,7 @@ Initialising a new client instance can be done with the following command: ~~~admonish example collapsible=true title="Console output" ``` - + ``` ~~~