Skip to content

Commit 6c63c6d

Browse files
authored
Add Homebrew setup guide (#232)
1 parent a4b7499 commit 6c63c6d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][u
3333

3434
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However this may cause an icon to disappear if it has been removed in the latest version.
3535

36+
### Homebrew Setup <img src="https://cdn.simpleicons.org/homebrew/000/fff" alt="Homebrew" align=left width=24>
37+
38+
The font is also available through Homebrew Cask. To install, simply run:
39+
40+
```shell
41+
brew install font-simple-icons
42+
```
43+
44+
After installation, the font will be available in your system's font library, and you can use it in any application that supports custom fonts.
45+
3646
### Node Setup <img src="https://cdn.simpleicons.org/nodedotjs/000/fff" alt="Node" align=left width=24>
3747

3848
The font is also available through our npm package. To install, simply run:

0 commit comments

Comments
 (0)