Commit de341926 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

Update README.md

parent d862b3e7
...@@ -32,7 +32,7 @@ Or build a self-contained R package which can be installed afterwards: ...@@ -32,7 +32,7 @@ Or build a self-contained R package which can be installed afterwards:
git clone --recursive https://github.com/Microsoft/LightGBM git clone --recursive https://github.com/Microsoft/LightGBM
cd LightGBM/R-package cd LightGBM/R-package
Rscript build_package.R Rscript build_package.R
R CMD INSTALL lightgbm_0.2.tar.gz R CMD INSTALL lightgbm_2.0.2.tar.gz
``` ```
Windows users may need to run with administrator rights (either R or the command prompt, depending on the way you are installing this package). Rtools must be installed for Windows. Linux users might require the appropriate user write permissions for packages. Windows users may need to run with administrator rights (either R or the command prompt, depending on the way you are installing this package). Rtools must be installed for Windows. Linux users might require the appropriate user write permissions for packages.
......
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