Преглед на файлове

Avoid confusion with make command

micbou преди 9 години
родител
ревизия
2cd3d1b9d3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      README.md
  2. 1 1
      doc/youcompleteme.txt

+ 1 - 1
README.md

@@ -594,7 +594,7 @@ process.
     other flags. **If you compiled LLVM from source, this is the flag you should
     be using.**
 
-    Running the `make` command will also place the `libclang.[so|dylib|dll]` in
+    Running the `cmake` command will also place the `libclang.[so|dylib|dll]` in
     the `YouCompleteMe/third_party/ycmd` folder for you if you compiled with
     clang support (it needs to be there for YCM to work).
 

+ 1 - 1
doc/youcompleteme.txt

@@ -809,7 +809,7 @@ process.
    the other flags. **If you compiled LLVM from source, this is the flag you
    should be using.**
 
-   Running the 'make' command will also place the 'libclang.[so|dylib|dll]'
+   Running the 'cmake' command will also place the 'libclang.[so|dylib|dll]'
    in the 'YouCompleteMe/third_party/ycmd' folder for you if you compiled
    with clang support (it needs to be there for YCM to work).