skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Install via homebrew #188

Open sergekov opened 4 years ago

sergekov commented 4 years ago

Description

Get install process via homebrew on MacOS

Why

Install the product via homebrew brings skip inline with other languages and product that get installed on MacOS. It is a fairly easy and straightforward process. The current process is not very clear and somewhat cumbersome.

Simple and straightforward installation process on MacOS will help to bring more developers into the language due to the simplicity of the process.

Possible Implementation & Open Questions

Follow homebrew guideline to add new formula.

N/A

Is this something you're interested in working on?