Skip to content

Commit

Permalink
Remove mathematical and add warning to tools-upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkorb committed May 30, 2024
1 parent 2ef500b commit 16cdf0d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tools-upgrade
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#! /bin/bash -x
# EXPERIMENTAL/INCOMPLETE MacOS only.
# This script lists the components that need to be installed/upgraded.
# It does not fully work due to setting of PATH and (perhaps) other environment variables.

brew upgrade git
brew upgrade ruby
brew upgrade npm
gem install asciidoctor
gem install asciidoctor-rouge
gem install asciidoctor-pdf
gem install asciidoctor-mathematical
sudo gem install asciidoctor
sudo gem install asciidoctor-rouge

sudo gem install css_parser -v 1.12.0
sudo gem install asciidoctor-pdf

0 comments on commit 16cdf0d

Please sign in to comment.