Commit 89ce3d2f authored by Yorway's avatar Yorway Committed by Guolin Ke
Browse files

Update Installation-Guide.rst (#1232)

replace the typo “reed" by "read".
parent f2143cf7
...@@ -66,7 +66,7 @@ The exe and dll files will be in ``LightGBM/`` folder. ...@@ -66,7 +66,7 @@ The exe and dll files will be in ``LightGBM/`` folder.
**Note**: You may need to run the ``cmake -G "MinGW Makefiles" ..`` one more time if met ``sh.exe was found in your PATH`` error. **Note**: You may need to run the ``cmake -G "MinGW Makefiles" ..`` one more time if met ``sh.exe was found in your PATH`` error.
Also you may want to reed `gcc Tips <./gcc-Tips.rst>`__. Also you may want to read `gcc Tips <./gcc-Tips.rst>`__.
Linux Linux
~~~~~ ~~~~~
...@@ -82,7 +82,7 @@ LightGBM uses **CMake** to build. Run the following commands: ...@@ -82,7 +82,7 @@ LightGBM uses **CMake** to build. Run the following commands:
**Note**: glibc >= 2.14 is required. **Note**: glibc >= 2.14 is required.
Also you may want to reed `gcc Tips <./gcc-Tips.rst>`__. Also you may want to read `gcc Tips <./gcc-Tips.rst>`__.
macOS macOS
~~~~~ ~~~~~
...@@ -106,7 +106,7 @@ Then install LightGBM: ...@@ -106,7 +106,7 @@ Then install LightGBM:
cmake .. cmake ..
make -j4 make -j4
Also you may want to reed `gcc Tips <./gcc-Tips.rst>`__. Also you may want to read `gcc Tips <./gcc-Tips.rst>`__.
Docker Docker
~~~~~~ ~~~~~~
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment