Skip to content

Commit

Permalink
docs(readme): add MacPorts install info (#37)
Browse files Browse the repository at this point in the history
https://ports.macports.org/port/daktilo/

Signed-off-by: Herby Gillot <herby.gillot@gmail.com>
  • Loading branch information
herbygillot committed Oct 8, 2023
1 parent bf755e6 commit 33ed3fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Now you can recreate this moment without the actual need for a physical typewrit
- [Cargo](#cargo)
- [Arch Linux](#arch-linux)
- [Alpine Linux](#alpine-linux)
- [MacPorts](#macports)
- [Binary releases](#binary-releases)
- [Build from source](#build-from-source)
- [Usage](#usage)
Expand Down Expand Up @@ -134,6 +135,16 @@ pacman -S daktilo
apk add daktilo
```

### MacPorts

On macOS, **daktilo** can be installed via [MacPorts](https://www.macports.org/):

```sh
sudo port install daktilo
```

More info [here](https://ports.macports.org/port/daktilo/).

### Binary releases

See the available binaries for different targets from the [releases page](https://github.com/orhun/daktilo/releases).
Expand Down

0 comments on commit 33ed3fd

Please sign in to comment.