https://github.com/cesanta/homebrew-mos
https://github.com/cesanta/homebrew-mos
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cesanta/homebrew-mos
- Owner: cesanta
- Created: 2017-12-19T15:41:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T15:04:13.000Z (over 3 years ago)
- Last Synced: 2025-06-07T01:06:07.533Z (about 1 year ago)
- Language: Ruby
- Size: 150 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Homebrew for the mos tool
Homebrew is the missing package manager for OSX. You can find installation
instructions at http://brew.sh.
## Adding mos Homebrew tap
`mos` is not part of the Homebrew core, so you need to add a tap to install
it. Open your terminal and enter:
```
brew tap cesanta/mos
```
## Installing mos
As easy as:
```
brew install mos
```
This will install the most recent release.
## Updates
In order to update software to the latest version use:
```
brew update && brew upgrade mos
```