Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 18, 2024
1 parent 3afc728 commit 8beb6ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This module for [the Caddy web server](https://caddyserver.com) provides support

It uses [the reference implementation of Brotli](https://brotli.org/) (written in C), through [the Go module provided by Google](https://pkg.go.dev/github.com/google/brotli/go/cbrotli).

[![Tests](https://github.com/dunglas/caddy-cbrotli/actions/workflows/tests.yaml/badge.svg)](https://github.com/dunglas/caddy-cbrotli/actions/workflows/tests.yaml)
[![Go Reference](https://pkg.go.dev/badge/github.com/dunglas/caddy-cbrotli.svg)](https://pkg.go.dev/github.com/dunglas/caddy-cbrotli)

## Install

1. Install [cbrotli](https://github.com/google/brotli/tree/master/c). On Mac run `brew install brotli`. On Debian and Ubuntu, run `apt install libbrotli-dev`.
Expand Down

0 comments on commit 8beb6ee

Please sign in to comment.