From 8eac2bea0af6b5c9d257cc31d932fa0f54390b16 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Sat, 24 Feb 2024 23:59:21 -0500 Subject: [PATCH] Updated System Setup (markdown) --- System-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System-Setup.md b/System-Setup.md index cf34a37..1258705 100644 --- a/System-Setup.md +++ b/System-Setup.md @@ -80,7 +80,7 @@ This project has a whole lot of files, so the typical use of a single `wget` or image -Note that the tag/branch should generally be left alone as `main` would provide the most up-to-date released code. If you want specific tagged releases or to use the `devel` development branch, then you would specify that in the command. `latest` is another likely use of this option, which will (sometimes, depending on when it's updated) provide newer code, usually with lest rigorous testing completed. +Note that the tag/branch should generally be left alone as `main` would provide the most up-to-date released code. If you want specific tagged releases or to use the `devel` development branch, then you would specify that in the command. Note that running development code is not recommended unless you are helping test something or are okay with the risks of running unreleased code (app crashes for example). image image