https://github.com/atomvm/homebrew-atomvm
A Homebrew tap for AtomVM
https://github.com/atomvm/homebrew-atomvm
Last synced: about 2 months ago
JSON representation
A Homebrew tap for AtomVM
- Host: GitHub
- URL: https://github.com/atomvm/homebrew-atomvm
- Owner: atomvm
- Created: 2023-10-08T00:49:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T18:06:58.000Z (over 1 year ago)
- Last Synced: 2025-04-04T05:11:18.953Z (12 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a [Homebrew](https://brew.sh) [Tap](https://docs.brew.sh/Taps) for [AtomVM](https://github.com/atomvm/AtomVM) projects.
The following [Homebrew](https://brew.sh) [Formulae](https://docs.brew.sh/Formula-Cookbook) are supported:
* `atomvm` The [AtomVM](https://github.com/atomvm/AtomVM) virtual machine (for the `generic_unix` platform)
* `packbeam` The [`atomvm_packbeam`](https://github.com/atomvm/atomvm_packbeam) command-line utility
# Usage
To use this Homebrew tap, use the `tap` subcommand, specifying `atomvm/atomvm` as the [Tap](https://docs.brew.sh/Taps):
brew tap atomvm/atomvm
You can then use the above [Formulae](https://docs.brew.sh/Formula-Cookbook) to install software on your machine, e.g.,
brew install atomvm
Enjoy!