From 58c9210ddbf51860620d96e5cc85f00493852d46 Mon Sep 17 00:00:00 2001 From: Matthew Kelly <mkelly2@iastate.edu> Date: Sun, 28 Jan 2018 11:21:58 -0600 Subject: [PATCH] Further getting started changes --- groundStation/documentation/getting_started.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/groundStation/documentation/getting_started.md b/groundStation/documentation/getting_started.md index b05f34bef..2cd837676 100644 --- a/groundStation/documentation/getting_started.md +++ b/groundStation/documentation/getting_started.md @@ -41,15 +41,15 @@ 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' +as symbolic links, they can also be used by the CLI like follows `./Cli getsource`. + + - `./getsource` + - `./setsource` + - `./getparam` + - `./setparam` + - `./getouput` + - `./getnodes` + - `./addnode` Example Command and Flow through Ground Station -- GitLab