Skip to content

Commit

Permalink
Move to cantino/homebrew-mcfly for tap install
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed May 23, 2021
1 parent 87cf5cf commit eac2d68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ When suggesting a command, McFly takes into consideration:

1. Install the tap:
```bash
brew tap cantino/mcfly https://github.com/cantino/mcfly
brew tap cantino/mcfly
```
1. Install `mcfly`:
```bash
Expand Down Expand Up @@ -239,7 +239,7 @@ If you have a very large history database and you notice that McFly launches slo
`cargo test`
### Releasing
### Releasing (notes for @cantino)
1. Edit `Cargo.toml` and bump the version.
1. Edit CHANGELOG.txt
Expand All @@ -251,5 +251,7 @@ If you have a very large history database and you notice that McFly launches slo
1. Let the build finish.
1. Edit the new Release on Github.
1. Edit `pkg/brew/mcfly.rb` and update the version and SHAs. (`shasum -a 256 ...`)
1. Edit `../homebrew-mcfly/pkg/brew/mcfly.rb` too.
1. Compare with `diff ../homebrew-mcfly/pkg/brew/mcfly.rb ../mcfly/pkg/brew/mcfly.rb ; diff ../homebrew-mcfly/HomebrewFormula/mcfly.rb ../mcfly/HomebrewFormula/mcfly.rb`
1. `git push`
1. `cargo publish`
2 changes: 1 addition & 1 deletion pkg/brew/mcfly.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To install:
# brew tap cantino/mcfly https://github.com/cantino/mcfly
# brew tap cantino/mcfly
# brew install mcfly
#
# To remove:
Expand Down

0 comments on commit eac2d68

Please sign in to comment.