Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDimmitt authored Oct 3, 2019
1 parent 0b7553a commit c1c0873
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
## Install all the things:
```bash
brew tap michaeldimmitt/taps &&
brew install dir &&
brew install reveal;
{
brew tap michaeldimmitt/taps &&
brew install dir &&
brew install reveal;
}
```
#### Want more taps? see:
https://github.com/MenkeTechnologies/homebrew-taps

## Quick Start:
Fork this project and brew tap will work for you!
```bash
{
brew tap <your-name-here>/taps &&
brew install dir &&
brew install reveal;
}
```
1) you might need to update the [sha](https://github.com/MichaelDimmitt/homebrew-taps/blob/master/dir.rb#L5).
2) the [url](https://github.com/MichaelDimmitt/homebrew-taps/blob/master/dir.rb#L4) is where the magic happens.

## Ohhhhh, so you want to have your own tap of this brew?
https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap
1) If hosted on GitHub, we recommend that the repository’s name start with `homebrew-`
2) This repo is named `homebrew-taps` ... causing brew tap `michaeldimmitt/taps` to work!
3) `brew create <name of your package>` this will make an example formulae!
4) check my formulae to see how it is done 🔥
5) copy that code and paste it into a <name.rb> file for your homebrew <homebrew-name-here> repo.
6) my formulae is super simple ... it just installs a script into bin/local making it executable!
4) check my formulae [dir](https://github.com/MichaelDimmitt/homebrew-taps/blob/master/dir.rb#L5) to see how it is done. 🔥
5) copy that code and paste it into the example formulae brew provided.
6)
7)
8) my formulae is super simple ... it just installs a script into bin/local making it executable!


```bash
Expand Down

0 comments on commit c1c0873

Please sign in to comment.