Skip to content

Commit

Permalink
chore(docs): add brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed Nov 10, 2024
1 parent 3a40af4 commit f6e507f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ You can start the installation by running `make start`
Find all releases [here](https://github.com/FalcoSuessgott/mdtmpl/releases) or simply download the latest by running:

```bash
## curl
version=$(curl https://api.github.com/repos/falcosuessgott/mdtmpl/releases/latest -s | jq .name -r)
curl -OL "https://github.com/FalcoSuessgott/mdtmpl/releases/download/${version}/mdtmpl_$(uname)_$(uname -m).tar.gz"
tar xzf mdtmpl_$(uname)_$(uname -m).tar.gz
chmod u+x mdtmpl
./mdtmpl version
## brew
brew install falcosuessgott/tap/mdtmpl
```

# Usage
Expand Down
4 changes: 4 additions & 0 deletions README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
Find all releases [here](https://github.com/FalcoSuessgott/mdtmpl/releases) or simply download the latest by running:

```bash
## curl
version=$(curl https://api.github.com/repos/falcosuessgott/mdtmpl/releases/latest -s | jq .name -r)
curl -OL "https://github.com/FalcoSuessgott/mdtmpl/releases/download/${version}/mdtmpl_$(uname)_$(uname -m).tar.gz"
tar xzf mdtmpl_$(uname)_$(uname -m).tar.gz
chmod u+x mdtmpl
./mdtmpl version

## brew
brew install falcosuessgott/tap/mdtmpl
```

# Usage
Expand Down

0 comments on commit f6e507f

Please sign in to comment.