Indents added in Fedora section

This commit is contained in:
Ihor Dvoretskyi 2017-03-07 16:43:56 -08:00 committed by GitHub
parent 25bff655e1
commit 905c2a5a1d

View File

@ -295,10 +295,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 dnf install automake gcc gcc-c++ kernel-devel cmake` Install development tools and CMake:
sudo dnf install automake gcc gcc-c++ kernel-devel cmake
Make sure you have Python headers installed: `sudo dnf install python-devel Make sure you have Python headers installed:
python3-devel`.
sudo dnf install python-devel python3-devel`.
Compiling YCM **with** semantic support for C-family languages: Compiling YCM **with** semantic support for C-family languages: