From 8ba7c7df242872babd06585ad3d484a77d432cc0 Mon Sep 17 00:00:00 2001 From: Glenn 'devalias' Grant Date: Thu, 20 Jun 2024 13:40:57 +1000 Subject: [PATCH] fix missing code tag backtick --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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