Skip to content

Commit

Permalink
document that this is a pre-release
Browse files Browse the repository at this point in the history
and that search is broken.  Prompted by Homebrew#113.
  • Loading branch information
rolandwalker committed Mar 17, 2014
1 parent dfa2b21 commit 6d46f21
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ your Mac.
Here is where you can find or submit font Casks for the
[homebrew-cask](https://github.com/phinze/homebrew-cask) project.

## Pre-release

Caskroom-fonts is a pre-release. You are welcome to use it and contribute,
but be aware that some things do not work yet. You can track our goal of
first alpha release [here](https://github.com/caskroom/homebrew-fonts/issues/84).

## Prerequisites

Fonts are available through homebrew-cask, which is an "external command"
Expand All @@ -22,17 +28,24 @@ $ brew cask install font-inconsolata

## Search For a Font

Font searching is temporarily disabled per phinze/homebrew-cask#3025. While
this is being fixed, one workaround is

```bash
$ brew cask search symbola
font-symbola
$ ls /usr/local//Library/Taps/caskroom-fonts/Casks/ | grep <pattern>
```

## Search For All Known Fonts
~~```bash~~
~~$ brew cask search symbola~~
~~font-symbola~~
~~```~~

```bash
$ brew cask search font
font-ubuntu
```
## ~~Search For All Known Fonts~~

~~```bash~~
~~$ brew cask search font~~
~~font-ubuntu~~
~~```~~

## Submitting a Font Cask

Expand Down

0 comments on commit 6d46f21

Please sign in to comment.