From d92404b7750e0bec7214410aa7c942e1dad24f2f Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Fri, 11 Mar 2016 10:26:39 -0800 Subject: [PATCH] Updated Homebrew Test (markdown) --- Homebrew-Test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Homebrew-Test.md b/Homebrew-Test.md index a4dca4b..1571430 100644 --- a/Homebrew-Test.md +++ b/Homebrew-Test.md @@ -2,7 +2,7 @@ Inbucket is not (yet) part of Homebrew, so some extra steps are required to install the formula first. Note that the launch at startup commands provided by Homebrew are for running as the root user, which is not necessary. -## Starting +## Installing curl -L -o inbucket.rb https://raw.githubusercontent.com/jhillyerd/inbucket/feature/brew/etc/homebrew/inbucket.rb mv inbucket.rb /usr/local/Library/Formula/ @@ -11,7 +11,7 @@ Inbucket is not (yet) part of Homebrew, so some extra steps are required to inst cp /usr/local/opt/inbucket/*.plist ~/Library/LaunchAgents/ -## Running +## Starting launchctl load ~/Library/LaunchAgents/homebrew.mxcl.inbucket.plist cat /usr/local/var/log/inbucket.log