From 59246350cab32a5c4144c8c31d7bfe0dac4cd57e Mon Sep 17 00:00:00 2001 From: ZhuWen Date: Fri, 19 Aug 2016 02:51:30 +0800 Subject: [PATCH] Fixed syntax error in https://xgboost.readthedocs.io/en/latest/build.html. (#1477) --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index b3dceb4ff..25242cb9f 100644 --- a/doc/build.md +++ b/doc/build.md @@ -99,7 +99,7 @@ export CXX = g++-5 Now, build using the following commands -````bash +```bash cd ..; cp make/config.mk ./config.mk; make -j4 ```