Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toitlang/homebrew-toit

Use the Homebrew tap to easily get tooling for the Toit language on your Mac.
https://github.com/toitlang/homebrew-toit

homebrew tap toit

Last synced: about 2 months ago
JSON representation

Use the Homebrew tap to easily get tooling for the Toit language on your Mac.

Awesome Lists containing this project

README

        

# Homebrew tap for the Toit language

This repository is a Homebrew tap for the [Toit language](https://toitlang.org).

## How do I install these formulae?

The easiest way to install the [Jaguar](https://github.com/toitlang/jaguar) development
environment for Toit using Homebrew is to do:

``` sh
brew install toitlang/toit/jag
```

Alternatively, you can use `brew tap toitlang/toit` and then `brew install jag`.

----

It is also an option to install via URL, but then you will not get any updates through Homebrew:

```
brew install https://raw.githubusercontent.com/toitlang/homebrew-toit/master/Formula/jaguar.rb
```