From 76bb38a1526c650bb7092d68ac9dde01c7a4b53c Mon Sep 17 00:00:00 2001 From: Noah Sprenger <69169402+NoahSprenger@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:36:48 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dcfa4fe..32273847 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ For more detailed instructions on flashing, debugging, and more, please see [the 1. Enable WSL: https://learn.microsoft.com/en-us/windows/wsl/install 2. Install a linux distro from the Microsoft Store 4. Install ARM GNU Toolchain: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads - - NOTE: You may find this in your distro's package managerm, but make sure it is up to date. + - NOTE: You may find this in your distro's package manager, but ensure it is version 13.2. - Ubuntu has an outdated version in its repositories. If using Ubuntu, download it manually from the link above 3. Follow the rest of the instructions in [Getting Started](#-getting-started) @@ -72,4 +72,4 @@ The project is structured in a way to allow reuse of the code across various boa This project is licensed under GPLv3-only. -We please ask for any derivatives of this work to be kept open-source, even if such derivative is only for internal use. \ No newline at end of file +We please ask for any derivatives of this work to be kept open-source, even if such derivative is only for internal use.