diff options
| -rw-r--r-- | Library/Formula/pow.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pow.rb b/Library/Formula/pow.rb index 38cadf7a9..d4860da55 100644 --- a/Library/Formula/pow.rb +++ b/Library/Formula/pow.rb @@ -19,8 +19,8 @@ class Pow < Formula def caveats; <<-EOS.undent Create the required host directories: - mkdir -p ~/Library/Application\ Support/Pow/Hosts - ln -s ~/.pow ~/Library/Application\ Support/Pow/Hosts + mkdir -p ~/Library/Application\\ Support/Pow/Hosts + ln -s ~/Library/Application\\ Support/Pow/Hosts ~/.pow Setup port 80 forwarding and launchd agents: sudo pow --install-system |
