Commit Graph

11 Commits

Author SHA1 Message Date
mofeing 9d8d16c611
add Support for VST3 plug-ins 2016-05-04 01:46:09 -04:00
Vítor Galvão 3f77203f50 updated man page 2016-02-10 01:40:51 +00:00
Josh Hagins b9b1a7f807 Add `style` subcommand to run RuboCop against args 2016-01-16 18:19:31 -05:00
miccal 82d1ae8c36 Update brew-cask.1(.md) 2016-01-12 14:27:29 +00:00
Amory Meltzer cc589ca799 Attempt clearer language for fetch and resources 2016-01-05 10:44:53 -08:00
Josh Hagins d67c375823 Fix formatting issues in man page 2016-01-04 15:34:10 -05:00
Amory Meltzer e766cba9d6 Update links/paths in manpage, hacking.md, usage.md to reflect structure of brew-cask
- Old github.com links were invalid
- Old Cellar structure was invalid
- Man page regenerated, including content from #15643

Refs #15381
2015-12-20 15:11:00 -05:00
Josh Hagins c65720470c Remove extra space in update command
I assume this is the more commonly used form. I've never seen anyone space out
their semicolons like `foo ; bar`.
2015-12-10 11:19:38 -05:00
Vítor Galvão 5e79596ef7 long update command now uses ';' instead of '&&' 2015-12-09 17:18:46 -05:00
Josh Hagins f2c2f85b97 cut v0.60.0 2015-12-09 15:44:47 -05:00
Mike McQuaid fdb4577be8 brew-cask: move to using tap cmd directory.
This provides a few benefits:

- faster `brew cask` execution times as another Ruby process is not
  needed. Cask can instead be loaded in-process with Homebrew. This
  will also make it easier to use some of Homebrew's core code and
  ease moving code from Cask into Homebrew core.
- Users do not need to `brew upgrade` Cask any more: it's done
  automatically on any `brew update` or `git pull` of the Cask tap.
2015-12-09 19:32:49 +00:00