From 4f7c2e15c543fe92f8f0d4356518058df760b7b0 Mon Sep 17 00:00:00 2001 From: shaunyoung Date: Sun, 13 Jun 2021 12:21:16 +0800 Subject: [PATCH] --amend Signed-off-by: shaunyoung --- en/device-dev/quick-start/setting-up-the-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/quick-start/setting-up-the-environment.md b/en/device-dev/quick-start/setting-up-the-environment.md index bac0852326a..ca99190db50 100644 --- a/en/device-dev/quick-start/setting-up-the-environment.md +++ b/en/device-dev/quick-start/setting-up-the-environment.md @@ -320,7 +320,7 @@ sudo apt-get install build-essential && sudo apt-get install gcc && sudo apt-get >If you use the compiled **riscv32 gcc** package, perform the following steps to set environment variables: >1. Decompress the package to the root directory. > ``` - > tar -xvf gcc_riscv32-linux-7.3.0.tar.gz -C ~ + > tar -xvf gcc_riscv32-linux-7.3.0.tar.gz -C /opt > ``` >2. Set an environment variable. > ``` -- Gitee