Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 260 Bytes

setup.md

File metadata and controls

12 lines (9 loc) · 260 Bytes

Install rbenv if not already found

brew install rbenv
rbenv init
rbenv install 2.7.4   # install ruby 
rbenv global 2.7.4

Install gems:

gem install asciidoctor
gem install asciidoctor-latex --pre 
gem install asciidoctor-bibtex