Skip to content

Commit

Permalink
Add more information to cask plugin README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella authored Dec 18, 2016
1 parent 5fa6744 commit 97c0384
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions plugins/cask/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# cask plugin
# Cask plugin

Loads `cask` completion from non-standard locations, such as if installed
[Cask](https://github.com/cask/cask) is a project management tool for Emacs that helps
automate the package development cycle; development, dependencies, testing, building,
packaging and more.

This plugin loads `cask` completion from non-standard locations, such as if installed
via Homebrew or others. To enable it, add `cask` to your plugins array:

```zsh
plugins=(... cask)
```

Make sure you have the `cask` directory in your `$PATH` before loading
Oh My Zsh, otherwise you'll get the "command not found" error.
Make sure you have the `cask` directory in your `$PATH` before loading Oh My Zsh,
otherwise you'll get a "command not found" error.

0 comments on commit 97c0384

Please sign in to comment.