diff --git a/README.md b/README.md index 734c678..a088830 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ Small CLI application written in GoLang for easier management of RabbitMQ relate - policies - [x] list +## Installation + +#### Making sure the environment is set +`export HOMEBREW_GITHUB_API_TOKEN=` + +#### Tapping the repo +`brew tap smartrecruiters/homebrew-taps` + +#### Installing! +`brew update && brew install rabbitr` + ## Configuration After downloading or building the source code `rabbitr` application needs to be configured with coordinates to RabbitMQ servers that it will operate on. It uses REST API when communicating with RabbitMQ server.