Update README.md

This commit is contained in:
daa84 2017-05-21 17:27:05 +03:00 committed by GitHub
parent 243df1cb72
commit f3a5b6f53e
1 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,16 @@ cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe
cargo run -- --enable-external-popup
```
# Install
## From sources
By default to `/usr/local`:
```
make install
```
Or to some custom path:
```
make PREFIX=/some/custom/path install
```
## Ubuntu snap package
Not usable for now due to some limitation!