2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00

README: update install directions

This commit is contained in:
Marco Hinz 2015-12-05 01:09:45 +01:00
parent fc93a04fc8
commit f6ef1229b9

View File

@ -20,14 +20,19 @@ Installation
Assuming `~/bin` is in your `$PATH`
**1)** Using the git repo:
**1)** Install the Neovim host for Python:
```
$ pip3 install neovim
```
**2a)** Using the git repo:
```
$ mkdir -p ~/github
$ git clone https://github.com/mhinz/nvim-remote.git ~/github/nvim-remote
$ ln -s ~/github/nvim-remote/nvim-remote.py ~/bin/nvim-remote.py
```
**2)** Download the script directly:
**2b)** Download the script directly:
```
$ curl -Lo ~/bin/nvim-remote.py https://raw.githubusercontent.com/mhinz/nvim-remote/master/nvim-remote.py
$ chmod 700 ~/bin/nvim-remote.py