diff options
Diffstat (limited to 'contrib/YouCompleteMe/README.md')
-rw-r--r-- | contrib/YouCompleteMe/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/YouCompleteMe/README.md b/contrib/YouCompleteMe/README.md new file mode 100644 index 0000000000..6560d03d07 --- /dev/null +++ b/contrib/YouCompleteMe/README.md @@ -0,0 +1,15 @@ +# YouCompleteMe + +## Installation + +### Step 1 + +Install [YouCompleteMe](https://github.com/Valloric/YouCompleteMe). + +### Step 2 + +```bash +cp ycm_extra_conf.py ../../src/.ycm_extra_conf.py +echo src/.ycm_extra_conf.py >> ../../.git/info/exclude +make -C ../.. cmake +``` |