Create gitee加速.md

This commit is contained in:
张三思
2023-05-25 10:27:05 +08:00
committed by GitHub
parent 8b30ee7931
commit 7364bcda6f

8
gitee加速.md Normal file
View File

@@ -0,0 +1,8 @@
# 使用gitee加速下载
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
替换为
```
sh -c "$(curl -fsSL https://gitee.com/yu_flute/ohmyzsh/raw/master/tools/install.sh)"
```