SquirrelJME/SquirrelJME

View on GitHub
install.mkd

Summary

Maintainability
Test Coverage
# Installation Instructions

These are instructions on how to install various versions of SquirrelJME.

## Standalone Jar

The Standalone Jar which contains the test virtual machines.

### Mac OS

With [Homebrew](https://brew.sh) via _tap_:

 * `brew tap SquirrelJME/SquirrelJME http://github.com/SquirrelJME/SquirrelJME`
 * `brew install squirreljme/squirreljme/squirreljme-standalone`

To uninstall, perform:

 * `brew uninstall squirreljme/squirreljme/squirreljme-standalone`

To remove the added _tap_, perform:

 * `brew untap SquirrelJME/SquirrelJME`