Skip to content

Commit 14a700d

Browse files
committed
Update readme.md
1 parent 08f0e53 commit 14a700d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Release
22

33
on:
44
push:
5-
branches: [ main ]
6-
#tags:
7-
# - '*'
5+
tags:
6+
- '*'
87

98
jobs:
109
goreleaser:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ Mimic is standalone HTTP-based mock server.
33

44
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.
55

6+
# Installation
7+
8+
```
9+
brew tap enginyoyen/homebrew-repo
10+
brew install enginyoyen/homebrew-repo/mimic
11+
```
12+
613
# Licence
714
Use of this source code is governed by an MIT license that can be found in the `LICENSE` file.

0 commit comments

Comments
 (0)