Skip to content

Commit

Permalink
Add install instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed Jul 12, 2024
1 parent 46f27b1 commit 33f594b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,23 @@ The CSS looks like this:
```
As a workflow author, when you generate the HTML, use these
variables in it. The pane will make sure they're injected.
Check out the [tutorial](#tutorial) for a quick walk-through.
Check out the [toy example](#toy-example) for a quick walk-through.

## What's not yet supported?
- Configurability
- Workflows should be able to opt out of the extra pane

## Installation
- [Download](https://github.com/mr-pennyworth/alfred-extra-pane/releases/latest/)
and extract `AlfredExtraPane.app.zip`.
- Move the extracted `AlfredExtraPane.app` to `/Applications`.
- Right-click on the app, and click `Open`: ![](media/install-attempt-1.png)
- Since this app isn't signed with any developer certificate, macOS shows a
warning. Click `Cancel`: ![](media/install-attempt-1-result.png)
- Again, right-click on the app, and click `Open`.
- The warning dialog is different this time. It now allows to open the app.
Click `Open`: ![](media/install-attempt-2-result.png)

## Configuration
The global pane(s) can be configured by editing
`{/path/to}/Alfred.alfredpreferences/preferences/mr.pennyworth.AlfredExtraPane/config.json`.
Expand Down
Binary file added media/install-attempt-1-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/install-attempt-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/install-attempt-2-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33f594b

Please sign in to comment.