Skip to content

Commit

Permalink
Update image path
Browse files Browse the repository at this point in the history
  • Loading branch information
JcZou committed Jul 24, 2023
1 parent 64f8b43 commit 2df775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

0 comments on commit 2df775d

Please sign in to comment.