1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:10:06 +08:00

Enable https for spacevim.org

This commit is contained in:
wsdjeg 2017-01-07 12:17:46 +08:00
parent ffc5e7537a
commit 95e4eb7919
2 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ For learning about Vim in general, read
##### Install
```sh
curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash
curl -sLf https://spacevim.org/install.sh | bash
```
before use SpaceVim, you should install the plugin by `call dein#install()`
@ -42,7 +42,7 @@ installation of neovim/vim with python support:
for more info about the install script, please check:
```sh
curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash -s -- -h
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
```
#### Features

View File

@ -95,13 +95,13 @@ uninstall_neovim () {
usage () {
echo "SpaceVim install script : V 0.1.0-dev"
echo " Install SpaceVim for vim and neovim"
echo " curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash"
echo " curl -sLf https://spacevim.org/install.sh | bash"
echo " Install SpaceVim for vim only or neovim only"
echo " curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash -s -- install vim"
echo " curl -sLf https://spacevim.org/install.sh | bash -s -- install vim"
echo " or"
echo " curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash -s -- install neovim"
echo " curl -sLf https://spacevim.org/install.sh | bash -s -- install neovim"
echo " Uninstall SpaceVim"
echo " curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash -s -- uninstall"
echo " curl -sLf https://spacevim.org/install.sh | bash -s -- uninstall"
}