Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enginyoyen committed Mar 30, 2021
1 parent 08f0e53 commit 14a700d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Release

on:
push:
branches: [ main ]
#tags:
# - '*'
tags:
- '*'

jobs:
goreleaser:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ Mimic is standalone HTTP-based mock server.

Mimic can be used for rapid development of an existing or non existing API, supporting different sort of failure modes to give you chance to develop against it.

# Installation

```
brew tap enginyoyen/homebrew-repo
brew install enginyoyen/homebrew-repo/mimic
```

# Licence
Use of this source code is governed by an MIT license that can be found in the `LICENSE` file.

0 comments on commit 14a700d

Please sign in to comment.