From faf0a6b494ae338048e534b427650ee2233c38dd Mon Sep 17 00:00:00 2001 From: Kristof Ostir Date: Fri, 22 Apr 2022 12:32:16 +0200 Subject: [PATCH] docs(faq): update doc for manual installation close https://gitee.com/spacevim/SpaceVim/issues/I1SHU7 --- docs/faq.md | 2 +- docs/quick-start-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 45f36e68a..575737a6d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -45,7 +45,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall ### How to perform manual installation? -Clone the SpaceVim Github repository to `~/.SpaceVim` and link Vim and Neovim user folder `~/.SpaceVim`. Delete `~/.vimrc`. +Clone the SpaceVim Github repository to `~/.SpaceVim` and link Vim and Neovim user folder `~/.SpaceVim`. Delete `~/.vimrc`. On Linux use the following commands. ``` git clone https://github.com/SpaceVim/SpaceVim.git ~/.SpaceVim diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index bbc07d114..eb9e194fc 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -67,7 +67,7 @@ and a C compiler (like `gcc`) to build the dll (see issue [#435](https://github. ### Windows -The easiest way is to download and run [install.cmd](../install.cmd) or install [SpaceVim manually](../faq.md#how-to-perform-manual-installation). The script installs or updates SpaceVim (if it exists) for Vim and Neovim. +The easiest way is to download and run [install.cmd](../install.cmd) or install [SpaceVim manually](https://spacevim.org/faq/#how-to-perform-manual-installation). The script installs or updates SpaceVim (if it exists) for Vim and Neovim. ## Run in docker