From a777b332379daae7ec8bff9f3a3b748fa792c7a9 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sat, 13 Jan 2018 13:22:02 +0800 Subject: [PATCH] Update new feature --- docs/index.md | 28 ------------------------- docs/quick-start-guide.md | 44 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 28 deletions(-) create mode 100644 docs/quick-start-guide.md diff --git a/docs/index.md b/docs/index.md index 5659035da..84cd0be0d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,34 +55,6 @@ More posts are in the [SpaceVim's Blog](https://spacevim.org/blog/) [Follow @SpaceVim](https://twitter.com/SpaceVim) -## Requirements - -At a minimum, SpaceVim requires `git` and `wget` to be installed. These tools -are needed for downloading plugins and fonts. - -If you are new to vim, you should learning about Vim in general, read -[vim-galore](https://github.com/mhinz/vim-galore). - -## Install - -### Linux and macOS - -```bash -curl -sLf https://spacevim.org/install.sh | bash -``` - -After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins. - -For more info about the install script, please check: - -```bash -curl -sLf https://spacevim.org/install.sh | bash -s -- -h -``` - -### Windows - -The easist way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually. - ## Participating Discuss the project at [gitter.im/SpaceVim](https://gitter.im/SpaceVim/SpaceVim) or [/r/SpaceVim](https://www.reddit.com/r/SpaceVim/) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md new file mode 100644 index 000000000..4fd286e02 --- /dev/null +++ b/docs/quick-start-guide.md @@ -0,0 +1,44 @@ +--- +title: "Quick start guide" +description: "SpaceVim is a community-driven vim distribution that seeks to provide layer feature." +--- + + +# Quick start guide + + + +- [Requirements](#requirements) +- [Install](#install) + - [Linux and macOS](#linux-and-macos) + - [Windows](#windows) + + + +## Requirements + +At a minimum, SpaceVim requires `git` and `wget` to be installed. These tools +are needed for downloading plugins and fonts. + +If you are new to vim, you should learning about Vim in general, read +[vim-galore](https://github.com/mhinz/vim-galore). + +## Install + +### Linux and macOS + +```bash +curl -sLf https://spacevim.org/install.sh | bash +``` + +After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins. + +For more info about the install script, please check: + +```bash +curl -sLf https://spacevim.org/install.sh | bash -s -- -h +``` + +### Windows + +The easist way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.