mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
CI: Add macOS build badge to README
This commit is contained in:
parent
e0fa9272f1
commit
2118141887
1 changed files with 5 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
|||
|
||||

|
||||
|
||||
[![Circle CI][circle-ci-badge]][circle-ci]
|
||||
[![Crates.io][crates-io-badge]][crates-io]
|
||||
|Crate|Linux|macOS|
|
||||
|:---:|:---:|:---:|
|
||||
|[![Crates.io][crates-io-badge]][crates-io]|[![Circle CI][circle-ci-badge]][circle-ci]|[![Travis CI][travis-ci-badge]][travis-ci]|
|
||||
|
||||
A very fast implementation of [tldr](https://github.com/tldr-pages/tldr) in
|
||||
Rust: Simplified, example based and community-driven man pages.
|
||||
|
|
@ -139,5 +140,7 @@ Thanks to @SShrike for coming up with the name "tealdeer"!
|
|||
<!-- Badges -->
|
||||
[circle-ci]: https://circleci.com/gh/dbrgn/tealdeer/tree/master
|
||||
[circle-ci-badge]: https://circleci.com/gh/dbrgn/tealdeer/tree/master.svg?style=shield
|
||||
[travis-ci]: https://travis-ci.org/dbrgn/tealdeer
|
||||
[travis-ci-badge]: https://travis-ci.org/dbrgn/tealdeer.svg?branch=master
|
||||
[crates-io]: https://crates.io/crates/tealdeer
|
||||
[crates-io-badge]: https://img.shields.io/crates/v/tealdeer.svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue