Skip to content

Commit

Permalink
add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Jul 25, 2020
1 parent b654795 commit fdb70fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,24 @@ This is my article.
See task MYJIRA-123.
```

## Installation

### Go Get

```bash
go get -v github.com/kovetskiy/mark
```

### Releases

[Download a release from the Releases page](https://github.com/kovetskiy/mark/releases)

### Docker

```bash
$ docker run --rm -i kovetskiy/mark:latest <params>
```

## Usage

```
Expand Down

0 comments on commit fdb70fe

Please sign in to comment.