Skip to content
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

Homebrew installation instructions #27

Merged
merged 2 commits into from
Oct 6, 2022
Merged
Changes from 1 commit
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
Next Next commit
Homebrew installation instructions
  • Loading branch information
justinormont committed Oct 4, 2022
commit d252253e9221110c7b2ed67f7dfe6f48fddfd9cf
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ This is a fork of the [original Glance plugin](https://github.com/samuelmeuli/gl

The installation is slightly complex as the package is not notarized. The steps are as follows:

1. Download the `.dmg` file from GitHub [releases](https://github.com/chamburr/glance/releases) page.
2. Open the file and move Glance.app to the Applications folder.
1. Download the `.dmg` file from GitHub [releases](https://github.com/chamburr/glance/releases) page, or install from Homebrew `brew install glance-chamburr`.
2. Open the file and move Glance.app to the Applications folder (unneeded for Homebrew installation).
4. Open a terminal and run the following command.
```sh
xattr -rd com.apple.quarantine /Applications/Glance.app
```
5. Launch Glance. Enjoy!


## Supported file types

- **Source code** (with [Chroma](https://github.com/alecthomas/chroma) syntax highlighting): `.cpp`, `.js`, `.json`, `.py`, `.swift`, `.yml` and many more
Expand Down