Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 775 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 775 Bytes

This repository contains a Homebrew Tap for AtomVM projects.

The following Homebrew Formulae are supported:

  • atomvm The AtomVM virtual machine (for the generic_unix platform)
  • packbeam The atomvm_packbeam command-line utility

Usage

To use this Homebrew tap, use the tap subcommand, specifying atomvm/atomvm as the Tap:

brew tap atomvm/atomvm

You can then use the above Formulae to install software on your machine, e.g.,

brew install atomvm

Enjoy!