diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-30 11:23:32 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-30 11:23:32 +0100 |
commit | bf3ff628acf6e597d76f57c9a908f7136027187c (patch) | |
tree | 60ae87b1c0d035921b57e8729f81cf926997d041 /docs/Usage | |
parent | 616c93fe91e11680aabd94a5df0d4b89adeb5d61 (diff) | |
download | Luxcena-Neo-bf3ff628acf6e597d76f57c9a908f7136027187c.tar.gz Luxcena-Neo-bf3ff628acf6e597d76f57c9a908f7136027187c.zip |
:memo: Added intro, and some links from guides to other guides
Diffstat (limited to 'docs/Usage')
-rw-r--r-- | docs/Usage/Configuration.md | 3 | ||||
-rw-r--r-- | docs/Usage/Install.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/Usage/Configuration.md b/docs/Usage/Configuration.md index c9750d0..5a839e5 100644 --- a/docs/Usage/Configuration.md +++ b/docs/Usage/Configuration.md @@ -76,3 +76,6 @@ This should not be touched, unless you are using a inverting level converter. ## led_channel Leave this as default unless you know what you are doing. + +--- +Now you might want to take a look at the [command line interface](/Usage/CLI.md). diff --git a/docs/Usage/Install.md b/docs/Usage/Install.md index ced241a..5f19d39 100644 --- a/docs/Usage/Install.md +++ b/docs/Usage/Install.md @@ -30,3 +30,6 @@ $ luxcena-neo start ## Troubleshooting We haven't encountered any troubles yet, but once we do, we will post fix'es here. + +--- +You should now be all set to [configuring luxcena-neo](/Usage/Configuration.md). |