summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rwxr-xr-xutils/installer/install.sh (renamed from utils/installer/install-nv-code.sh)0
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91d558fd..dd5de64f 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@
If you are looking for my old configs checkout the two snapshot branches
on this repo, there is one for CoC and one for Native LSP
+## Install In One Command!
+
+```bash
+bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/installer/install.sh)
+```
+
## Get the latest version of Neovim
``` bash
diff --git a/utils/installer/install-nv-code.sh b/utils/installer/install.sh
index 5c4c1efe..5c4c1efe 100755
--- a/utils/installer/install-nv-code.sh
+++ b/utils/installer/install.sh