From 6602b45efe9418aa031507d1f7883a8a4e4136fa Mon Sep 17 00:00:00 2001 From: micbou Date: Mon, 26 Feb 2018 16:45:48 +0100 Subject: [PATCH] Prefix commands with python in Windows instructions --- README.md | 4 ++-- doc/youcompleteme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ae05e5c..023b2d10 100644 --- a/README.md +++ b/README.md @@ -438,12 +438,12 @@ support for C-family languages. Compiling YCM **with** semantic support for C-family languages: cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe - install.py --clang-completer + python install.py --clang-completer Compiling YCM **without** semantic support for C-family languages: cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe - install.py + python install.py The following additional language support options are available: diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index c2328f3d..5bee3edc 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -653,12 +653,12 @@ Download and install the following software: Compiling YCM **with** semantic support for C-family languages: > cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe - install.py --clang-completer + python install.py --clang-completer < Compiling YCM **without** semantic support for C-family languages: > cd %USERPROFILE%/vimfiles/bundle/YouCompleteMe - install.py + python install.py < The following additional language support options are available: