Skip to content

Commit

Permalink
Add new installation modes
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezg committed Apr 21, 2019
1 parent 6ed3d56 commit 0413dec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0413dec

Please sign in to comment.