Skip to content

Commit

Permalink
Modify figure path
Browse files Browse the repository at this point in the history
  • Loading branch information
JcZou committed Jul 24, 2023
1 parent 1161b3b commit 64f8b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/introduction/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="../figures/win_exec_path.png" width="30%">
<img src="figures/win_exec_path.png" width="30%">

- **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:

Expand Down Expand Up @@ -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.

0 comments on commit 64f8b43

Please sign in to comment.