Skip to content

Commit

Permalink
Simplify update instructions. Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Oct 22, 2019
1 parent 2d4385e commit 6dec413
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and lets you quickly navigate, search, and use previous clipboard contents.
* [Show/Hide Icon in Status Bar](#show/hide-icon-in-status-bar)
* [Automatically Paste by Default](#automatically-paste-by-default)
* [Enable/Disable Fuzzy Search](#enable/disable-fuzzy-search)
* [Ignore Copied Items](#ignore-copied-items)
* [Update](#update)
* [Why Yet Another Clipboard Manager](#why-yet-another-clipboard-manager)
* [CI](#ci)
Expand Down Expand Up @@ -102,7 +103,7 @@ defaults write org.p0deje.Maccy pasteByDefault true # default is false
defaults write org.p0deje.Maccy fuzzySearch true # default is false
```

> Note that enabling fuzzy search will slow down when searching through the long history items list (200+).
> Note that enabling fuzzy search will slow down when searching through the long history items list (200+).
#### Ignore Copied Items

Expand All @@ -119,10 +120,8 @@ This is useful if you have some workflow for copying sensitive data. You can set
Download and reinstall the latest version from the [releases](https://github.com/p0deje/Maccy/releases/latest) page, or use [Homebrew](https://brew.sh/):

```sh
brew update
brew cask upgrade maccy
killall Maccy # closes the app if it is running
open /Applications/Maccy.app # opens the new version
open -a Maccy
```

## Why Yet Another Clipboard Manager
Expand Down

0 comments on commit 6dec413

Please sign in to comment.