From 2f38fdfbd33e97804a8c08139c0075aaa2035627 Mon Sep 17 00:00:00 2001 From: Pankaj Doharey Date: Thu, 30 May 2024 03:13:19 +0530 Subject: [PATCH] Update README.md Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e76377a..68f8765 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ Doorman: Manage Procfile-based applications. ### Using Homebrew -Run the following command to install doorman using Homebrew. -`brew tap metacritical/doorman` -`brew install doorman` +#### Run the following command to install doorman using Homebrew. + +```sh +brew tap metacritical/doorman + +brew install doorman +``` ### Using install.sh