Skip to content

Commit

Permalink
Add/Update install info
Browse files Browse the repository at this point in the history
This is still WIP, but added/update new installation info about
asciidoctor.
  • Loading branch information
hirotnk authored and happi committed Apr 22, 2020
1 parent 49ef44a commit e06a7fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,25 @@ make
need to _full_ MacTex rather than just BasicTex.
1. Add `/Library/TeX/texbin` to your `PATH`.
1. `easy_install dblatex`
1. Install [asciidoc](http://asciidoc.org/INSTALL.html)
1. Install [asciidoc](https://github.com/asciidoctor/asciidoctor)
1. Install [asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf)
1. Install [asciidoctor-diagram](http://asciidoctor.org/docs/asciidoctor-diagram/)
1. Install [ditaa](https://github.com/stathissideris/ditaa)
1. Install [source-highlight](https://www.gnu.org/software/src-highlite/)
1. Install [wget](https://www.gnu.org/software/wget/)
1. `make`

### Mac OSX (using brew)
### Mac OSX (using brew etc)

1. `brew install Caskroom/cask/mactex`
1. Add `/Library/TeX/texbin` to your `PATH`.
1. `sudo easy_install dblatex`
1. `brew install asciidoc`
1. `brew install asciidoctor`
1. `gem install asciidoctor-pdf`
1. `gem install asciidoctor-diagram`
1. `brew install ditaa`
1. `brew install source-highlight`
1. `brew install wget`
1. `gem install asciidoctor-diagram`
1. `make`

## License
Expand Down

0 comments on commit e06a7fc

Please sign in to comment.