From 69912abad86f67e8f45af2c3622db52280a37610 Mon Sep 17 00:00:00 2001 From: Austin Kootz Date: Sat, 25 May 2019 14:11:34 -0600 Subject: [PATCH 1/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 24e9f1e..d29646b 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,10 @@ Just like it says on the tin, this app safely ejects mounted volumes. These are typically USB drives, but .dmg files and other mountable formats are supported. It lives on the menu bar and provides a convenient and useful tool to the MAC OSX user experience. The latest release can be found [Here](https://github.com/pilotchute/EjectionSeat/releases/latest) + +EjectionSeat can be installed using homebrew-cask +``` +berw cask install https://github.com/pilotchute/EjectionSeat/edit/master/ejectionseat.rb +``` _ Austin Kootz From ca97b8d2b68f69968f12d3174c43e8836d0ef806 Mon Sep 17 00:00:00 2001 From: Austin Kootz Date: Sat, 25 May 2019 14:12:07 -0600 Subject: [PATCH 2/4] added instructions for homebrew-cask --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d29646b..142b93d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The latest release can be found [Here](https://github.com/pilotchute/EjectionSea EjectionSeat can be installed using homebrew-cask ``` -berw cask install https://github.com/pilotchute/EjectionSeat/edit/master/ejectionseat.rb +brew cask install https://github.com/pilotchute/EjectionSeat/edit/master/ejectionseat.rb ``` _ Austin Kootz From 2ae687c63b6ff518df051f9c1657d26e51286077 Mon Sep 17 00:00:00 2001 From: Austin Kootz Date: Sat, 25 May 2019 14:13:30 -0600 Subject: [PATCH 3/4] fixed brew command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142b93d..0a72637 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The latest release can be found [Here](https://github.com/pilotchute/EjectionSea EjectionSeat can be installed using homebrew-cask ``` -brew cask install https://github.com/pilotchute/EjectionSeat/edit/master/ejectionseat.rb +brew cask install https://github.com/pilotchute/EjectionSeat/master/ejectionseat.rb ``` _ Austin Kootz From 579f30eb4237cee401748775298774d3a17766f8 Mon Sep 17 00:00:00 2001 From: Austin Kootz Date: Sat, 25 May 2019 14:14:04 -0600 Subject: [PATCH 4/4] added raw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a72637..40899e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The latest release can be found [Here](https://github.com/pilotchute/EjectionSea EjectionSeat can be installed using homebrew-cask ``` -brew cask install https://github.com/pilotchute/EjectionSeat/master/ejectionseat.rb +brew cask install https://github.com/pilotchute/EjectionSeat/raw/master/ejectionseat.rb ``` _ Austin Kootz