Update build.md

Minor typo
This commit is contained in:
Angad Gill 2016-02-08 01:20:43 -08:00
parent eb169e4f73
commit c9e09c9875

View File

@ -4,7 +4,7 @@ Installation Guide
This page gives instructions of how to build and install the xgboost package from
scratch on various systems. It consists of two steps:
1. Fist build the shared library from the C++ codes (`libxgboost.so` for linux/osx and `libxgboost.dll` for windows).
1. First build the shared library from the C++ codes (`libxgboost.so` for linux/osx and `libxgboost.dll` for windows).
- Exception: for R-package installation please directly refer to the R package section.
2. Then install the language packages (e.g. Python Package).