From 64f8b43f940d32c2beb1572b4338481d793bde6a Mon Sep 17 00:00:00 2001 From: Josh Zou Date: Mon, 24 Jul 2023 17:24:48 +0800 Subject: [PATCH] Modify figure path --- docs/introduction/download.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/introduction/download.md b/docs/introduction/download.md index ae15265..2a4844c 100644 --- a/docs/introduction/download.md +++ b/docs/introduction/download.md @@ -25,7 +25,7 @@ After installing the compiler, the next step is to create a new environment vari - **Windows**: Open the Control Panel, go to System and Security > System > Advanced system settings > Environment Variables. Click on "New" under "User variables" and enter the variable name as `RTT_EXEC_PATH` and the variable value as the full path to the compiler's bin directory. - + - **Linux/Mac**: Open a terminal and edit the shell configuration file (e.g., `~/.bashrc`, `~/.bash_profile`, or `~/.zshrc`, depending on your shell). Add the following line to the file: @@ -100,3 +100,4 @@ To install these plugins, follow these steps: 5. After installation, you may need to restart Visual Studio Code to activate the plugins. With these plugins installed, your development environment will be better equipped to handle the intricacies of the FMT-Firmware project, making coding and formatting tasks more efficient and convenient. +