From 1c80c467d620b8a389d4a517a43eae9bbd4dea31 Mon Sep 17 00:00:00 2001 From: Jake Drahos <j@kedrahos.com> Date: Sun, 27 Nov 2016 19:17:48 -0600 Subject: [PATCH] Added reference to MODIFYING in README Will have to write MODIFYING --- groundStation/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundStation/README.md b/groundStation/README.md index 65413c06e..c7ee059c9 100644 --- a/groundStation/README.md +++ b/groundStation/README.md @@ -20,3 +20,6 @@ If you wish to change the way the backend communicates to the quad and vice vers This provides a list of environment variables which you can set and use for your computer or time of use. Because the backend must be ran with sudo privledges, you will need to preserve the env. vars. with sudo rights. Hence the "-E" flag. + +## Modifying +See MODIFYING for the software architecture/organization and how to add new functionality. -- GitLab