diff --git a/docs/developers/linux-build.md b/docs/developers/linux-build.md index 6ed681e8..fa59738e 100644 --- a/docs/developers/linux-build.md +++ b/docs/developers/linux-build.md @@ -12,9 +12,9 @@ Building NimbusML from source on Linux ## Build Run `./build.sh` -This downloads dependencies (.NET SDK, specific versions of Python and Boost), builds native code and managed code, and packages NimbusML into a pip-installable wheel. This produces debug binaries by default, and release versions can be specified by `./build.sh --configuration RlsLinPy3.7` for examle. +This downloads dependencies (.NET SDK, specific versions of Python and Boost), builds native code and managed code, and packages NimbusML into a pip-installable wheel. This produces debug binaries by default, and release versions can be specified by `./build.sh --configuration RlsLinPy3.7` for example. For additional options including running tests and building components independently, see `./build.sh -h`. ### Known Issues -The LightGBM estimator fails on Linux when building from source. The official NimbusML Linux wheel package on Pypi.org has a working version of LightGBM. \ No newline at end of file +The LightGBM estimator fails on Linux when building from source. The official NimbusML Linux wheel package on Pypi.org has a working version of LightGBM.