Skip to content

Commit

Permalink
docs: add asciidoctor install instructions for macOS (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode635 authored Jan 13, 2025
1 parent 34a5a85 commit 406488d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ On Windows try the following:
* Open command prompt with Ruby
* Enter the command `gem install asciidoctor`

On Mac we recommend using [Homebrew](https://brew.sh) package manager to install asciidoctor : `brew install asciidoctor`

## Compile the .asc source files
* Open terminal or command prompt with Ruby
* Enter the command `asciidoctor FULL_PATH_TO_SOURCE_FILE`
Expand Down

0 comments on commit 406488d

Please sign in to comment.