diff --git a/docs/index.md b/docs/index.md index e0732d5..867be1b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -76,7 +76,7 @@ Note that LSI will work without these libraries, but as soon as they are install * macOS: `brew install openblas` * Install the [Numo::NArray](https://ruby-numo.github.io/narray/) and [Numo::Linalg](https://ruby-numo.github.io/linalg/) gems. If you're using Bundler, add `numo-narray` and `numo-linalg` to your Gemfile. (If using Bundler on macOS, you should set the build config like `bundle config set --global build.numo-linalg --with-openblas-dir=$(brew --prefix openblas) --with-lapack-lib="$(brew --prefix lapack)/lib"`.) * Ubuntu: `gem install numo-narray numo-linalg` - * macOS: `gem install numo-narray`, `gem install numo-linalg -- --with-openblas-dir=$(brew --prefix openblas) --with-lapack-lib="$(brew --prefix lapack)/lib" + * macOS: `gem install numo-narray`, `gem install numo-linalg -- --with-openblas-dir=$(brew --prefix openblas) --with-lapack-lib="$(brew --prefix lapack)/lib"` ### Install GSL Gem