mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
Update new feature
This commit is contained in:
parent
1aff179dd7
commit
a777b33237
@ -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/)
|
||||
|
44
docs/quick-start-guide.md
Normal file
44
docs/quick-start-guide.md
Normal file
@ -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
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Install](#install)
|
||||
- [Linux and macOS](#linux-and-macos)
|
||||
- [Windows](#windows)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## 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.
|
Loading…
Reference in New Issue
Block a user