mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Created Homebrew Test (markdown)
14
Homebrew-Test.md
Normal file
14
Homebrew-Test.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Installing Inbucket with Homebrew
|
||||
|
||||
## Installation
|
||||
|
||||
curl -L -o inbucket.rb https://raw.githubusercontent.com/jhillyerd/inbucket/feature/brew/etc/homebrew/inbucket.rb
|
||||
mv inbucket.rb /usr/local/Library/Formula/
|
||||
brew install inbucket
|
||||
|
||||
|
||||
## Removal
|
||||
|
||||
brew uninstall inbucket
|
||||
rm -f /usr/local/etc/inbucket.conf
|
||||
sudo rm -rf /usr/local/var/inbucket
|
||||
Reference in New Issue
Block a user