Skip to content

Fixes #476 - Improve and update macOS Homebrew documentation #511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ Some Linux users may find that font rendering is improved on their distro with [
3. Follow the instructions from your operating system.
4. Enjoy!

Or, if you use [Homebrew](https://brew.sh/) (see the section **Package managers** below):

```
$ brew tap homebrew/cask-fonts
$ brew cask install font-hack
```

### Windows

Expand Down Expand Up @@ -103,7 +109,7 @@ We are aware of Hack support in the following package managers (with associated
- **Debian**: `fonts-hack-ttf`
- **Fedora / CentOS**: `dnf-plugins-core :: heliocastro/hack-fonts :: hack-fonts`
- **Gentoo Linux**: `media-fonts/hack`
- **Homebrew Cask (OS X)**: `caskroom/fonts/font-hack`
- **Homebrew Cask (macOS)**: cask `font-hack` in tap `homebrew/cask-fonts`
- **Open BSD**: `fonts/hack-fonts`
- **OpenSUSE**: `hack-fonts`
- **Ubuntu**: `fonts-hack-ttf`
Expand Down