From 45063b334e855c5a559e0909613d698697dae306 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Fri, 30 Jul 2021 23:00:14 +0530 Subject: [PATCH] Single line command for home brew Update readme with a single line brew command to install this cli --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b88f89..fca5c9e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,8 @@ It is recommended to also run `dep ensure` to make sure that the dependencies ar ### Using [homebrew](https://brew.sh) -``` -brew tap mingrammer/flog -brew install flog +```bash +brew install mingrammer/flog/flog ``` ### Using .tar.gz archive @@ -105,4 +104,4 @@ $ flog -f rfc3164 -l ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)