From 5ec19ee6c6a15bb6045c0a2189a549824fca9aeb Mon Sep 17 00:00:00 2001 From: raldi <281755+raldi@users.noreply.github.com> Date: Sun, 13 Mar 2022 12:00:10 -0700 Subject: [PATCH] Explain how to run CLI to test a node --- docs/getting-started/clients.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting-started/clients.md b/docs/getting-started/clients.md index 4c86be0c..b3016344 100644 --- a/docs/getting-started/clients.md +++ b/docs/getting-started/clients.md @@ -30,6 +30,15 @@ pip install --upgrade meshtastic Some installations of python may require you to substitute 'pip3' for the 'pip' command. ::: +After installing, run + +``` bash title="Query nodes" +meshtastic --nodes +meshtastic --info +``` + +to see if the device is working. + ### Mobile Client Downloads