mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-01 21:02:33 +00:00
Homebrew tap (#137)
* Add brew step on goreleaser * Add brew install doc * fix typo
This commit is contained in:
11
README.md
11
README.md
@@ -53,7 +53,7 @@ Also, optional following headers are supported:
|
||||
```
|
||||
|
||||
* (default) page: normal Confluence page - defaults to this if omitted
|
||||
* blogpost: [Blog post](https://confluence.atlassian.com/doc/blog-posts-834222533.html) in `Space`. Cannot have `Parent`(s)
|
||||
* blogpost: [Blog post](https://confluence.atlassian.com/doc/blog-posts-834222533.html) in `Space`. Cannot have `Parent`(s)
|
||||
|
||||
```markdown
|
||||
<!-- Sidebar: <h2>Test</h2> -->
|
||||
@@ -377,6 +377,13 @@ See task MYJIRA-123.
|
||||
|
||||
## Installation
|
||||
|
||||
### Homebrew
|
||||
|
||||
```bash
|
||||
brew tap kovetskiy/mark
|
||||
brew install mark
|
||||
```
|
||||
|
||||
### Go Get
|
||||
|
||||
```bash
|
||||
@@ -549,4 +556,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
|
||||
Reference in New Issue
Block a user