https://github.com/dutchcoders/homebrew-marija
Homebrew formula for Marija
https://github.com/dutchcoders/homebrew-marija
Last synced: 4 months ago
JSON representation
Homebrew formula for Marija
- Host: GitHub
- URL: https://github.com/dutchcoders/homebrew-marija
- Owner: dutchcoders
- Created: 2016-11-10T19:58:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T08:08:25.000Z (over 8 years ago)
- Last Synced: 2024-12-27T09:12:33.718Z (6 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
homebrew-marija
===============
[](https://travis-ci.org/dutchcoders/homebrew-marija)Homebrew formula for marija.
## Usage
```bash
$ brew tap dutchcoders/homebrew-marija
$ brew install marija
```## Troubleshooting
* Make sure you're using the right formula. `brew info marija` should have a
From line similar to this:```text
From: https://github.com/dutchcoders/homebrew-marija/blob/master/Formula/marija.rb
```If your formula points elsewhere, then you need to retap the marija formula.
Do so with the following sequence of commands:```text
brew uninstall marija --force
brew prune
brew tap dutchcoders/homebrew-marija
brew tap --repair
brew install marija
```
* Run `brew update` — then try again.
* Run `brew doctor` — the doctor diagnoses common issues.
* You can create a gist log with `brew gist-logs marija`.
* Use `--verbose` to get the verbose output, i.e. `brew install --verbose marija`.
* Use `--debug` to be in the debug mode. In the debug mode, when failing, you
can go into the interactive shell to check the building files before homebrew
neutralizing them.