1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

docs(quick-guide): add doc for switch to specific version

close https://github.com/SpaceVim/SpaceVim/issues/4573
This commit is contained in:
wsdjeg 2022-03-19 20:19:09 +08:00
parent b1a3c0510c
commit c299cebb7f

View File

@ -47,6 +47,14 @@ For more info about the install script, please check:
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
```
By default the latest version of SpaceVim will be installed.
If you want to switch to specific version, for example `v1.8.0`, run following command in your terminal.
```
cd ~/.SpaceVim
git checkout v1.8.0
```
If you got a vimproc error like this:
```