Skip to content

Commit

Permalink
update R`s document
Browse files Browse the repository at this point in the history
2.1.0 -> 2.1.1
  • Loading branch information
guolinke authored May 31, 2018
1 parent 11433a9 commit e5750f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/README.md
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ git clone --recursive https://github.com/Microsoft/LightGBM
cd LightGBM/R-package
Rscript build_package.R
# export CXX=g++-7 CC=gcc-7 # for macOS (replace 7 with version of gcc installed on your machine)
R CMD INSTALL lightgbm_2.1.0.tar.gz --no-multiarch
R CMD INSTALL lightgbm_2.1.1.tar.gz --no-multiarch
```

Note: for the build with Visual Studio/MSBuild in Windows, you should use the Windows CMD or Powershell.

0 comments on commit e5750f1

Please sign in to comment.