diff --git a/README.md b/README.md index 7cb6725..c443918 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/plover_1password/__version__.py b/plover_1password/__version__.py index 192903f..719955c 100644 --- a/plover_1password/__version__.py +++ b/plover_1password/__version__.py @@ -2,4 +2,4 @@ Version attribute """ -__version__ = "0.3.12" +__version__ = "0.3.13"