From 0413decc828c700796fdf2ada20d1525ee52443d Mon Sep 17 00:00:00 2001 From: aperezg Date: Sun, 21 Apr 2019 12:56:07 +0200 Subject: [PATCH] Add new installation modes --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a20874..1fde00c 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,18 @@ Killgrave is a simulator for HTTP-based APIs, in simple words a **Mock Server**, very easy to use made in **Go**. ## Getting started -To install `killgrave`, run: +Install `killgrave` using go: ```sh $ GO111MODULE=off go get -u github.com/friendsofgo/killgrave/cmd/killgrave ``` +Install `killgrave` using [homebrew](https://brew.sh/index_es): + +```sh +$ brew install friendsofgo/tap/killgrave +``` + Use `killgrave` with default flags: ```sh @@ -33,6 +39,8 @@ Or custome your server with this flags: directory where your imposter are saved (default "imposters") -port int por to run the server (default 3000) + -version + show the version of the application ``` ## How to use