summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index a5bb103..ecb98f2 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,6 @@ sudo rm {vim location here}
```
git clone https://github.com/neovim/neovim.git
cd neovim
-sudo make release
sudo make install
```
@@ -36,13 +35,13 @@ sh -c $(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tool
4. put vimrc in ~/.vimrc
5. run:
```
-ln -s ~/.config/nvim/init.vim ~/.vimrc
+ln -s ~/.vimrc ~/.config/nvim/init.vim
```
6. open vim
7. run :PlugInstall
8. install dependencies
```
-sudo apt install fd-find rigrep
+sudo apt install fd-find ripgrep
```
9. enjoy