From 24cfd274022db0ac0c84e9ec4fb0b84650174efb Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 26 Sep 2024 16:56:56 -0700 Subject: [PATCH] Updated instructions for systems that don't use symlinks. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98a5981..533780e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ 4. Select your development boards version and connection under the drop-down. 5. Click the Upload button to flash the program. +If you're developing on a Windows machine or another operating system that +doesn't recognize symlinks(symbolic links) then you will need to copy the +`src/main.cpp` to the project's root directory as `multi-tracker.ino`. + ### Tests