Skip to content

Commit a08aebe

Browse files
committed
Mention installation via brew cask in README
Implements suggestion of @AlJohri in #3.
1 parent d333b22 commit a08aebe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ A native macOS application to view
1616
- Download `nbviewer-app.zip`
1717
([Releases](https://github.com/tuxu/nbviewer-app/releases))
1818
- Unzip and move `Jupyter Notebook Viewer.app` to `/Applications` and enjoy 👍
19+
- Alternatively: install via [Homebrew Cask](https://caskroom.github.io/):
20+
21+
```
22+
$ brew cask install jupyter-notebook-viewer
23+
```
24+
1925
- Quick Look should work out of the box. If it doesn't, check
2026
`qlmanage -m plugins | grep ipynb` to see whether the plugin appears there.
2127

0 commit comments

Comments
 (0)