Skip to content

Commit

Permalink
Update install instructions post-registry inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Sep 22, 2024
1 parent 7d58236 commit 1899c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,6 @@ retrieve secrets defined in your [1Password][] vaults.

## Install

### Pre-Plover Plugin Registry inclusion (Current)

```console
git clone git@github.com:paulfioravanti/plover-1password.git
cd plover-1password
plover --script plover_plugins install --editable .
```

> Where `plover` in the command is a reference to your locally installed version
> of Plover. See the [Invoke Plover from the command line][] page for details on
> how to create that reference.
Then:

1. When it finishes installing, restart Plover
2. Complete the [Setup][] steps
3. Open the Plover Configuration screen (either click the
Configuration icon, or from the main Plover application menu, select
`Preferences...`)
4. Open the Plugins tab
5. Check the box next to `plover_1password` to activate the plugin

### Post-Plover Plugin Registry inclusion (Future)

1. In the Plover application, open the Plugins Manager (either click the Plugins
Manager icon, or from the `Tools` menu, select `Plugins Manager`).
2. From the list of plugins, find `plover-1password`
Expand Down
2 changes: 1 addition & 1 deletion plover_1password/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version attribute
"""

__version__ = "0.3.12"
__version__ = "0.3.13"

0 comments on commit 1899c74

Please sign in to comment.