diff --git a/gitee加速.md b/gitee加速.md new file mode 100644 index 0000000..73bdb81 --- /dev/null +++ b/gitee加速.md @@ -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)" +```