File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ ConEmu 是个第三方终端软件,RT-Thread 基于 ConEmu 终端集成了所
4545对于身在** 中国大陆** 的用户,请使用如下命令(使用[ Gitee镜像源] ( https://gitee.com/RT-Thread-Mirror/env ) 下载):
4646
4747``` shell
48- wget https://gitee.com/RT-Thread-Mirror/env/raw/master /install_windows.ps1 -O install_windows.ps1
48+ wget https://gitee.com/RT-Thread-Mirror/env/raw/v1.5.x /install_windows.ps1 -O install_windows.ps1
4949set-executionpolicy remotesigned
5050.\i nstall_windows.ps1 --gitee
5151```
5252
5353对于身在** 中国大陆之外** 的用户,请使用如下命令(使用[ GitHub开发源] ( https://github.com/RT-Thread/env ) 下载):
5454
5555``` shell
56- wget https://raw.githubusercontent.com/RT-Thread/env/master /install_windows.ps1 -O install_windows.ps1
56+ wget https://raw.githubusercontent.com/RT-Thread/env/v1.5.x /install_windows.ps1 -O install_windows.ps1
5757set-executionpolicy remotesigned
5858.\i nstall_windows.ps1
5959```
@@ -97,15 +97,15 @@ $env:RTT_EXEC_PATH="C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10
9797对于身在** 中国大陆** 的用户,请使用如下命令(使用[ Gitee镜像源] ( https://gitee.com/RT-Thread-Mirror/env ) 拉取):
9898
9999``` shell
100- wget https://gitee.com/RT-Thread-Mirror/env/raw/master /install_ubuntu.sh
100+ wget https://gitee.com/RT-Thread-Mirror/env/raw/v1.5.x /install_ubuntu.sh
101101chmod 777 install_ubuntu.sh
102102./install_ubuntu.sh --gitee
103103```
104104
105105对于身在** 中国大陆之外** 的用户,请使用如下命令(使用[ GitHub开发源] ( https://github.com/RT-Thread/env ) 拉取):
106106
107107``` shell
108- wget https://raw.githubusercontent.com/RT-Thread/env/master /install_ubuntu.sh
108+ wget https://raw.githubusercontent.com/RT-Thread/env/v1.5.x /install_ubuntu.sh
109109chmod 777 install_ubuntu.sh
110110./install_ubuntu.sh
111111```
You can’t perform that action at this time.
0 commit comments