diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-03-28 18:23:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-03-28 18:23:51 -0400 |
commit | 1e5e563c0b73f0dfa68d7de9efe2248209c70b2d (patch) | |
tree | 6390a86779c1ff59cc0b2934e699950ba6bb1283 /README.md | |
parent | 5fb7dabe8b0cf90abddbce7d2213b169f3dff7ce (diff) | |
download | bfs-1e5e563c0b73f0dfa68d7de9efe2248209c70b2d.tar.xz |
README: Add a FreeBSD badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ [![Version](https://img.shields.io/github/v/tag/tavianator/bfs?label=version)](https://github.com/tavianator/bfs/releases) [![Linux CI Status](https://github.com/tavianator/bfs/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/linux.yml) [![macOS CI Status](https://github.com/tavianator/bfs/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/macos.yml) +[![FreeBSD CI Status](https://github.com/tavianator/bfs/actions/workflows/freebsd.yml/badge.svg?branch=main)](https://github.com/tavianator/bfs/actions/workflows/freebsd.yml) Breadth-first search for your files. |