From 2af392e48d0baf81a38373755795883edb5a49aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=81=93=E6=88=90=E7=A9=BA?=
<109584350+Natsubrei@users.noreply.github.com>
Date: Sun, 23 Feb 2025 20:28:25 +0800
Subject: [PATCH] Update Readme.md
Correct shell command spelling errors
---
Platform/ARM/Readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Platform/ARM/Readme.md b/Platform/ARM/Readme.md
index ff17fee641b..aec28d4e980 100644
--- a/Platform/ARM/Readme.md
+++ b/Platform/ARM/Readme.md
@@ -82,7 +82,7 @@ The following tools must be installed on the development PC.
| 3 | uuid-dev | Required for including uuid/uuid.h | $ sudo apt install uuid-dev |
| 4 | build-essential | Installs make, gcc, g++, etc | $ sudo apt install build-essential
$ make -v
GNU Make 4.2.1
gcc --version
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
$ g++ --version
g++ (Ubuntu 9.4.0-1ubuntu1\~20.04.1) 9.4.0 |
| 5 | bison | A parser generator required by acpica tools. | $ sudo apt install bison |
-| 6 | flex | A fast lexical analyzer generator required by acpica tools | $ sudp apt get install flex |
+| 6 | flex | A fast lexical analyzer generator required by acpica tools | $ sudo apt install flex |
### Setting up the development tools