Indents added in Ubuntu section

Indents added in Ubuntu section (for easier copy&pasting)
This commit is contained in:
Ihor Dvoretskyi 2017-03-06 21:49:36 +02:00 committed by GitHub
parent 6a7d219526
commit 25bff655e1

View File

@ -228,10 +228,13 @@ using Vundle and the ycm_core library APIs have changed (happens
rarely), YCM will notify you to recompile it. You should then rerun the install rarely), YCM will notify you to recompile it. You should then rerun the install
process. process.
Install development tools and CMake: `sudo apt-get install build-essential cmake` Install development tools and CMake:
Make sure you have Python headers installed: `sudo apt-get install python-dev sudo apt-get install build-essential cmake
python3-dev`.
Make sure you have Python headers installed:
sudo apt-get install python-dev python3-dev
Compiling YCM **with** semantic support for C-family languages: Compiling YCM **with** semantic support for C-family languages: