From c9e09c98758e24bb3bc43b73dbf3ee05a4c5d05b Mon Sep 17 00:00:00 2001 From: Angad Gill Date: Mon, 8 Feb 2016 01:20:43 -0800 Subject: [PATCH] Update build.md Minor typo --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 41444bd3d..52b98e5ab 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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).