From 905c2a5a1d4871397643ac6844fe420b07442db8 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Tue, 7 Mar 2017 16:43:56 -0800 Subject: [PATCH] Indents added in Fedora section --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d0374a0..daf32908 100644 --- a/README.md +++ b/README.md @@ -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 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 -python3-devel`. +Make sure you have Python headers installed: + + sudo dnf install python-devel python3-devel`. Compiling YCM **with** semantic support for C-family languages: