Browse Source

Merge pull request #271 from mathiasbynens/patch-1

CONTRIBUTING: Update “adding a Cask” instructions
Paul Hinze 12 years ago
parent
commit
1c6b201baa
  1. 3
      CONTRIBUTING.md

3
CONTRIBUTING.md

@ -16,7 +16,7 @@ Fork the homebrew-cask repository as per instructions in the
## Adding a Cask
Making a Cask is easy: a Cask is a Ruby file that is only seven lines long.
Making a Cask is easy: a Cask is a Ruby file that is only eight lines long.
See the Cask for Alfred.app for an example:
```ruby
@ -25,6 +25,7 @@ See the Cask for Alfred.app for an example:
homepage 'http://www.alfredapp.com/'
version '1.3.2_265'
sha1 'e10f15a0ae758cae2a22557f14890fa5989260ce'
link :app, 'Alfred.app'
end
```

Loading…
Cancel
Save