From 288c4eac26b984e43107ffd252c7a0c8b746f530 Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Mon, 8 Dec 2025 17:29:02 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3bb5d68..d843821 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,17 @@ Repository ### Installation & Deployment - from the server - everyday -1. Download the file codes_for_scrimmage/regional-final/Final_combined.py +1. Download the file competition_codes/sectionals/sectional_main_dec_6.py - You can do this through the repo, by using cURL, or by using git. - - Repo - Go to [codes_for_scrimmage/regional-final/Final_combined.py](codes_for_scrimmage/regional-final/Final_combined.py) and click the "Download" button. + - Repo - Go to [competition_codes/sectionals/sectional_main_dec_6.py](competition_codes/sectionals/sectional_main_dec_6.py) and click the "Download" button. - cURL or another HTTP data transferrer - - ```curl -o Final_combined.py https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed/raw/branch/main/codes_for_scrimmage/regional-final/Final_combined.py``` + ```curl -o Release-65266.py https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed/raw/branch/main/competition_codes/sectionals/sectional_main_dec_6.py``` - git CLI - - ```git clone -b dev https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed.git && cd solutions_season_unearthed/codes_for_scrimmage/regional-final``` + ```git clone -b dev https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed.git && cd solutions_season_unearthed/competition_codes/sectionals``` - Then use Final_combined.py. + Then use sectional_main_dec_6.py. 2. Open https://code.pybricks.com/ and select the "Import a file" button on the top of the left bar. Import the .py file. Pair your robot via Bluetooth in Pybricks by selecting the Bluetooth button. -- 2.49.1 From 4539ee361f44c63c1fae651547301f41452ea881 Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Mon, 8 Dec 2025 19:13:17 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d843821..ad658ca 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,12 @@ Repository 1. Download the file competition_codes/sectionals/sectional_main_dec_6.py - You can do this through the repo, by using cURL, or by using git. - - Repo - Go to [competition_codes/sectionals/sectional_main_dec_6.py](competition_codes/sectionals/sectional_main_dec_6.py) and click the "Download" button. - - cURL or another HTTP data transferrer - - - ```curl -o Release-65266.py https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed/raw/branch/main/competition_codes/sectionals/sectional_main_dec_6.py``` + - Repo - Go to the latest release and click the "Download as ZIP" button to get the full repository. + - Single file - Go to the latest release and click the file link to get the master file. - git CLI - - - ```git clone -b dev https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed.git && cd solutions_season_unearthed/competition_codes/sectionals``` + ```git clone https://codes.fll-65266.org/FLL_65266_LEGO_DYNAMICS/solutions_season_unearthed.git``` - Then use sectional_main_dec_6.py. + Then use the master file. 2. Open https://code.pybricks.com/ and select the "Import a file" button on the top of the left bar. Import the .py file. Pair your robot via Bluetooth in Pybricks by selecting the Bluetooth button. -- 2.49.1