fixed caveat for auto-loading memcached

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jonathan Thomas 2010-05-04 12:21:17 -07:00 committed by Adam Vandenberg
parent aa080e6787
commit ba9d1573a3
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ class Memcached <Formula
def caveats; <<-EOS
You can enabled memcached to automatically load on login with:
launchctl load -w #{prefix}/com.danga.memcached.plist
cp #{prefix}/com.danga.memcached.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/com.danga.memcached.plist
Or start it manually:
#{HOMEBREW_PREFIX}/bin/memcached