summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHarrison Chin <inbox@harrisonchin.com>2022-08-03 13:32:44 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-08-03 13:33:23 -0600
commit63ed24ad0b7c03b2e24133a607c5c1a057fb8569 (patch)
treed97183303cc9882fe494cd435224b236605c79dd /docs
parent75b3d6a07fe5fea20a38e934ff9ab7e812726b86 (diff)
update mathematical page to reflect macOS support (PR #4326)
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/stem/pages/mathematical.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/stem/pages/mathematical.adoc b/docs/modules/stem/pages/mathematical.adoc
index 8e9974fd..6b77a72a 100644
--- a/docs/modules/stem/pages/mathematical.adoc
+++ b/docs/modules/stem/pages/mathematical.adoc
@@ -49,7 +49,7 @@ Asciidoctor Mathematical depends on Mathematical, which is a native gem.
In other words, Mathematical must be recompiled during installation, which requires access to build tools and native development libraries on the host system.
//Furthermore, this compilation currently only works on Linux and on macOS with Xcode.
Furthermore, this compilation currently only works on Linux.
-You cannot install this gem on macOS or Windows.
+You cannot install this gem on Windows.
Please refer to the {url-asciidoctor-mathematical}/#installation[installation section] in the Asciidoctor Mathematical documentation to learn which system tools and development libraries you need in order to install it.
If you run into problems installing this gem, or need to use it on Windows, consider using the {url-asciidoctor-docker}[Asciidoctor Docker container].