summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-14 22:25:28 -0400
committerChris <[email protected]>2021-03-14 22:25:28 -0400
commit90980295d06a2b78c8d0efdd1769eeb6b4f35133 (patch)
tree005e2de81270c2e69bdf04c9d3b6cfa7ae445de4 /README.md
parent9a3ee3a3c6298bb3bb639aee3b474aaad2d37dec (diff)
udpate readme add installer
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8329c5ca..2d18684d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,22 @@
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 <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvcode/master/utils/installer/install-nv-code.sh)
+
+## Get the latest version of Neovim
+
+```bash
+cd ~
+sudo rm -r neovim
+git clone https://github.com/neovim/neovim
+cd neovim
+sudo make CMAKE_BUILD_TYPE=Release install
+cd ~
+sudo rm -r neovim
+```
+
## TODO
- Fix quickscope colors
- fix annyoing comment nonsense