Auto merge of #2565 - idvoretskyi:patch-1, r=micbou
Indents added in Ubuntu and Fedora sections # PR Prelude Thank you for working on YCM! :) **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your PR:** - [x] I have read and understood YCM's [CONTRIBUTING][cont] document. - [x] I have read and understood YCM's [CODE_OF_CONDUCT][code] document. - [x] I have included tests for the changes in my PR. If not, I have included a rationale for why I haven't. - [x] **I understand my PR may be closed if it becomes obvious I didn't actually perform all of these steps.** # Why this change is necessary and useful Indents added in Ubuntu section (for easier copy&pasting). PS. Tests are not included - minor documentation change. [cont]: https://github.com/Valloric/YouCompleteMe/blob/master/CONTRIBUTING.md [code]: https://github.com/Valloric/YouCompleteMe/blob/master/CODE_OF_CONDUCT.md <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2565) <!-- Reviewable:end -->
This commit is contained in:
commit
650a19ba0a
18
README.md
18
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:
|
||||
|
||||
@ -292,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:
|
||||
|
||||
Make sure you have Python headers installed: `sudo dnf install python-devel
|
||||
python3-devel`.
|
||||
sudo dnf install automake gcc gcc-c++ kernel-devel cmake
|
||||
|
||||
Make sure you have Python headers installed:
|
||||
|
||||
sudo dnf install python-devel python3-devel
|
||||
|
||||
Compiling YCM **with** semantic support for C-family languages:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user