From cfaa24dc408a4edc9cc10209e1eaad1a05bb4a6f Mon Sep 17 00:00:00 2001 From: Matthew Kelly <mkelly2@iastate.edu> Date: Sun, 28 Jan 2018 11:28:25 -0600 Subject: [PATCH] Checking code formatting in getting started --- groundStation/documentation/getting_started.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/groundStation/documentation/getting_started.md b/groundStation/documentation/getting_started.md index 2cd837676..a955c009e 100644 --- a/groundStation/documentation/getting_started.md +++ b/groundStation/documentation/getting_started.md @@ -43,13 +43,13 @@ Ground Station Commands All commands can be used directly when using the CLI rather than the GUI. Shown below are the main commands as symbolic links, they can also be used by the CLI like follows `./Cli getsource`. - - `./getsource` - - `./setsource` - - `./getparam` - - `./setparam` - - `./getouput` - - `./getnodes` - - `./addnode` + - <code>./getsource</code> + - <code>./setsource</code> + - <code>./getparam</code> + - <code>./setparam</code> + - <code>./getouput</code> + - <code>./getnode</code> + - <code>./addnode</code> Example Command and Flow through Ground Station -- GitLab