Browse Source

Adds .com to example for testing casks

Jeff Jewiss 12 years ago
parent
commit
26262f2bf2
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -14,7 +14,7 @@ Fork the homebrew-cask repository as per instructions in the
```bash
github_user='<my-github-username>'
cd $(brew --prefix)/Library/Taps/phinze-cask
git remote add $github_user https://github/$github_user/homebrew-cask
git remote add $github_user https://github.com/$github_user/homebrew-cask
```
## Adding a Cask

Loading…
Cancel
Save