From 812f42020285b04fe8b753d6ed1527bb5a908294 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 4 Jan 2017 16:58:39 +0100 Subject: [PATCH] README: address security concerns Fixes #25. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b20c571..b0f188302 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For learning about Vim in general, read ## Install ```sh -curl spacevim.org/install.sh -sSf | bash +curl -sLf https://raw.githubusercontent.com/SpaceVim/SpaceVim/dev/install.sh | bash ``` before use SpaceVim, you should install the plugin by `call dein#install()`