浏览代码

Update README.md

Alexey Edelev 5 年之前
父节点
当前提交
d098fa300a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -29,10 +29,10 @@ git submodule update --init --recursive
 mkdir build
 cd build
 
-In case Qt installed in system, use:
+#In case Qt installed in system, use:
 cmake ..
 
-In case you have Qt installed from qt installer, use:
+#In case you have Qt installed from qt installer, use:
 cmake .. -DCMAKE_PREFIX_PATH="<path/to/qt/installation>/Qt<qt_version>/<qt_version>/gcc_64/lib/cmake"
 
 cmake --build . [--config <RELEASE|DEBUG>] -- -j<N>