From b7082370582b0a2cb9bdb8faf13dd03bdd1fe8c2 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Tue, 7 Jan 2020 15:35:58 -0800 Subject: [PATCH] Update README.md Brew has removed the option to pass formula specific options during install. Removing the options parameters from the brew install line. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97f7b34..d67c52c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This workflow (and the 1.4.3 update especially) represents many many hours effor 3. Alternatively visit http://brew.sh/ for further instructions. 4. Install LastPass command line interface 1. In a terminal window run - brew install lastpass-cli --with-pinentry --with-doc + brew install lastpass-cli 5. Download the .alfredworkflow file 6. Open the .alfredworkflow file to import into Alfred 7. Run 'lpsetemail yourloginemail@yourdomain.com' in Alfred to set your LastPass username. @@ -113,4 +113,4 @@ Released under the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 ## Notes NOTE: This Alfred Workflow is not affiliated in any way with LastPass. The LastPass trademark and logo are owned by LastPass.com. The LastPass logo and product name have been used with permission of the LastPass team. -My thanks go out to LastPass for their awesome product and the new CLI! \ No newline at end of file +My thanks go out to LastPass for their awesome product and the new CLI!