Skip to content

Commit 7837615

Browse files
ehauptHeavyWombat
authored andcommitted
doc: Add packaging status, document FreeBSD install
* Add packaging status * Document FreeBSD installation instructions
1 parent e162f4e commit 7837615

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Codecov](https://img.shields.io/codecov/c/github/homeport/dyff/main.svg)](https://codecov.io/gh/homeport/dyff)
77
[![Go Reference](https://pkg.go.dev/badge/github.com/homeport/dyff.svg)](https://pkg.go.dev/github.com/homeport/dyff)
88
[![Release](https://img.shields.io/github/release/homeport/dyff.svg)](https://github.com/homeport/dyff/releases/latest)
9+
[![Packaging status](https://repology.org/badge/tiny-repos/dyff.svg)](https://repology.org/project/dyff/versions)
910

1011
![dyff](.docs/logo.png?raw=true "dyff logo - the letters d, y, and f in the colors green, yellow and red")
1112

@@ -107,6 +108,21 @@ See [command documentation](.docs/commands/dyff.md) for details about each comma
107108

108109
## Installation
109110

111+
### FreeBSD
112+
113+
Install via ports:
114+
115+
```bash
116+
cd /usr/ports/textproc/dyff
117+
make install clean
118+
```
119+
120+
Install via package (pkg):
121+
122+
```bash
123+
pkg install dyff
124+
```
125+
110126
### Homebrew
111127

112128
The `homeport/tap` has macOS and GNU/Linux pre-built binaries available:

0 commit comments

Comments
 (0)