From d51c55fc6c4ccf97de59ed3a2430ee1c9ec9f537 Mon Sep 17 00:00:00 2001 From: AngeDieu <106985774+AngeDieu@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:29:44 +0100 Subject: [PATCH] Update README.md precise to use linux terminal with wsl installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9fbad9f88b..c182483f52c 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ wsl --set-default-version 2 WSL is now installed. -6. Then Install GCC cross compiler for ARM. +6. Then Install GCC cross compiler for ARM. In your Ubuntu teminal, run: ```bash apt-get install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config gcc-arm-none-eabi binutils-arm-none-eabi ```