mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:20:05 +08:00
docs(faq): update spacevim repo link
This commit is contained in:
parent
bfef1c9d73
commit
7e53b3b884
@ -28,13 +28,7 @@ lang: zh
|
||||
首先,需要将 SpaceVim 仓库克隆至:`~/.SpaceVim`.
|
||||
|
||||
```
|
||||
git clone https://github.com/SpaceVim/SpaceVim.git ~/.SpaceVim
|
||||
```
|
||||
|
||||
如果 Github 访问速度太慢,可以使用 gitee 进行克隆:
|
||||
|
||||
```
|
||||
git clone https://gitee.com/spacevim/SpaceVim.git ~/.SpaceVim
|
||||
git clone https://gitlab.com/SpaceVim/SpaceVim.git ~/.SpaceVim
|
||||
```
|
||||
|
||||
备份原来的 Vim/Neovim 配置文件:
|
||||
|
@ -51,7 +51,7 @@ The following section will document how to install SpaceVim manually on Linux.
|
||||
First, you need to clone the repository to `~/.SpaceVim`.
|
||||
|
||||
```
|
||||
git clone https://github.com/SpaceVim/SpaceVim.git ~/.SpaceVim
|
||||
git clone https://gitlab.com/SpaceVim/SpaceVim.git ~/.SpaceVim
|
||||
```
|
||||
|
||||
Then, backup your old Neovim/Vim configuration file:
|
||||
|
Loading…
Reference in New Issue
Block a user