Minor wordings to doc

This commit is contained in:
tqchen 2016-01-15 20:38:51 -08:00
parent 1495a43cea
commit 219e58d453

View File

@ -22,7 +22,6 @@ even better to send pull request if you can fix the problem.
- [Customized Building](#customized-building) - [Customized Building](#customized-building)
- [Python Package Installation](#python-package-installation) - [Python Package Installation](#python-package-installation)
- [R Package Installation](#r-package-installation) - [R Package Installation](#r-package-installation)
- [Docker Images](#docker-images)
- [Frequently asked questions](#frequently-asked-questions) - [Frequently asked questions](#frequently-asked-questions)
## Build the Shared Library ## Build the Shared Library
@ -155,7 +154,7 @@ First follow [Building on OSX](#building-on-osx) to get the OpenMP enabled compi
devtools::install_local('xgboost/', subdir = 'R-package') # you may use devtools devtools::install_local('xgboost/', subdir = 'R-package') # you may use devtools
``` ```
## Frequent Asked Questions ## Frequently Asked Questions
1. **Compile failed after `git pull`** 1. **Compile failed after `git pull`**