浏览代码

update install script

Chris 4 年之前
父节点
当前提交
301a2cb67f
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md
  2. 0 0
      utils/installer/install.sh

+ 6 - 0
README.md

@@ -5,6 +5,12 @@
 If you are looking for my old configs checkout the two snapshot branches
 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
 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
 ## Get the latest version of Neovim
 
 
 ``` bash
 ``` bash

+ 0 - 0
utils/installer/install-nv-code.sh → utils/installer/install.sh