Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nedley committed Feb 3, 2020
1 parent b91f726 commit 303065f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ Run the following commands:

```bash
$ cd ~/downloads/cook/
$ mkdir -p /Library/Mail/Bundles
$ cp -r CookMailPlugin.mailbundle /Library/Mail/Bundles
$ defaults write "/Library/Preferences/com.apple.mail" EnableBundles 1
$ [sudo] mkdir -p /Library/Mail/Bundles
$ [sudo] cp -r CookMailPlugin.mailbundle /Library/Mail/Bundles
$ [sudo] defaults write "/Library/Preferences/com.apple.mail" EnableBundles 1
```
Then enable the plugin:

Expand Down

0 comments on commit 303065f

Please sign in to comment.