Skip to content

Commit

Permalink
Fix markdown linter issue in README
Browse files Browse the repository at this point in the history
Fix markdown linter issue in README.
  • Loading branch information
HeavyWombat committed Jun 4, 2022
1 parent 7cbcf25 commit 3ea3af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ To promote a new version, create a new release in GitHub. This will trigger a bu
As a pre-requisite, a [`semver` tool](https://github.com/fsaintjacques/semver-tool) and the [GitHub CLI](https://github.com/cli/cli) are suggested on your system, for example on macOS:

- `semver` tool

```sh
curl --silent --fail --location https://raw.githubusercontent.com/fsaintjacques/semver-tool/master/src/semver --output /usr/local/bin/semver && chmod a+rx /usr/local/bin/semver
```

- GitHub CLI

```sh
brew install gh
```
Expand Down

0 comments on commit 3ea3af7

Please sign in to comment.