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
Prev Previous commit
Update README.md
  • Loading branch information
chamburr committed Oct 6, 2022
commit 6e116e7ea431bc7d56f2fb801a1645c0c358f985
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ 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, 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.
1. Download the `.dmg` file from [releases](https://github.com/chamburr/glance/releases), open the file and drag Glance.app to Applications.
2. Alternatively, install Glance through Homebrew using `brew install glance-chamburr`.
3. Open a terminal and run the following command.
```sh
xattr -rd com.apple.quarantine /Applications/Glance.app
```
5. Launch Glance. Enjoy!

4. Launch Glance. Enjoy!

## Supported file types

Expand Down