diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-08-06 02:26:55 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-08-06 02:26:55 -0600 |
| commit | d371ff830d16842f927fd2b2ecd9ec4446e52dc7 (patch) | |
| tree | 478d0787a8e5b5b00dd12242c2ad922de1a166cc /docs/modules | |
| parent | 464adc8b1c05c5107c590a2b544c9360525b80d3 (diff) | |
revise docs for installing Asciidoctor using Homebrew or MacPorts
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/install/pages/macos.adoc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/modules/install/pages/macos.adoc b/docs/modules/install/pages/macos.adoc index c21ccd70..732e369c 100644 --- a/docs/modules/install/pages/macos.adoc +++ b/docs/modules/install/pages/macos.adoc @@ -1,13 +1,15 @@ = Install on macOS -:url-homebrew: https://brew.sh/ -:url-macports: https://ports.macports.org/port/asciidoctor/ +:url-homebrew: https://brew.sh +:url-macports: https://www.macports.org +:url-install-macports: https://www.macports.org/install.php +:url-asciidoctor-port: https://ports.macports.org/port/asciidoctor/ == Homebrew === Install -You can use Homebrew, the macOS package manager, to install Asciidoctor. -If you don't have Homebrew on your computer, complete the installation instructions at {url-homebrew}[brew.sh^] first. +You can use {url-homebrew}[Homebrew^], the macOS package manager, to install Asciidoctor. +If you don't have Homebrew on your computer, complete the {url-homebrew}[installation instructions^] first. Once Homebrew is installed, you're ready to install the `asciidoctor` gem. Open a terminal and type: @@ -27,7 +29,11 @@ To upgrade the gem, open a terminal and type: == MacPorts -Asciidoctor is also available on {url-macports}[MacPorts]: +You can also use {url-macports}[MacPorts^], another package manager for macOS, to install Asciidoctor. +If you don't have MacPorts on your computer, complete the {url-install-macports}[installation instructions^] first. + +Once MacPorts is installed, you're ready to install the `asciidoctor` gem via the {url-asciidoctor-port}[Asciidoctor port^]. +Open a terminal and type: $ sudo port install asciidoctor |
