From c299cebb7ff5f8703a65060d36372a824dbe2ea9 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 19 Mar 2022 20:19:09 +0800 Subject: [PATCH] docs(quick-guide): add doc for switch to specific version close https://github.com/SpaceVim/SpaceVim/issues/4573 --- docs/quick-start-guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index f83e20aa0..c9a2d4e81 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -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: ```