From 25bff655e15645c621f92f09c89293917006b220 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Mon, 6 Mar 2017 21:49:36 +0200 Subject: [PATCH] Indents added in Ubuntu section Indents added in Ubuntu section (for easier copy&pasting) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acedf9f1..0d0374a0 100644 --- a/README.md +++ b/README.md @@ -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 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 -python3-dev`. + sudo apt-get install build-essential cmake + +Make sure you have Python headers installed: + + sudo apt-get install python-dev python3-dev Compiling YCM **with** semantic support for C-family languages: