Skip to content

Commit 6665bd9

Browse files
committed
env use v1.5.x stable branch
1 parent 778d84a commit 6665bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zh/beginner/env.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4949
set-executionpolicy remotesigned
5050
.\install_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
5757
set-executionpolicy remotesigned
5858
.\install_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
101101
chmod 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
109109
chmod 777 install_ubuntu.sh
110110
./install_ubuntu.sh
111111
```

0 commit comments

Comments
 (0)