mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
docs(faq): update doc for manual installation
close https://gitee.com/spacevim/SpaceVim/issues/I1SHU7
This commit is contained in:
parent
f07916c9e7
commit
faf0a6b494
@ -45,7 +45,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall
|
|||||||
|
|
||||||
### How to perform manual installation?
|
### 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
|
git clone https://github.com/SpaceVim/SpaceVim.git ~/.SpaceVim
|
||||||
|
@ -67,7 +67,7 @@ and a C compiler (like `gcc`) to build the dll (see issue [#435](https://github.
|
|||||||
|
|
||||||
### Windows
|
### 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
|
## Run in docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user