add installation section

This commit is contained in:
Egor Kovetskiy 2020-07-25 12:10:26 +03:00
parent b654795a32
commit fdb70feb7b

View File

@ -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
```