add installation section to README PiperOrigin-RevId: 814201989
diff --git a/README.md b/README.md index dae5c74..f03387d 100644 --- a/README.md +++ b/README.md
@@ -22,6 +22,17 @@ > to modify "raw" ranges of the compressed stream and the decoder will not > notice that. +### Installation + +In most Linux distributions, installing `brotli` is just a matter of using +the package management system. For example in Debian-based distributions: +`apt install brotli` will install `brotli`. On MacOS, you can use +[Homebrew](https://brew.sh/): `brew install brotli`. + +[](https://repology.org/project/brotli/versions) + +Of course you can also build brotli from sources. + ### Build instructions #### Vcpkg