diff --git a/README.md b/README.md
index 4b0cf4a194..3761e70f23 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,23 @@
+
+

-[](https://lycheeverse.github.io)
+[](https://lychee.cli.rs/)
[](https://github.com/marketplace/actions/lychee-broken-link-checker)
-[](https://github.com/lycheeverse/lychee/actions/workflows/ci.yml)
-[](https://docs.rs/lychee-lib)
+[](https://github.com/lycheeverse/lychee/actions/workflows/ci.yml)
+[](https://docs.rs/lychee-lib/latest/lychee_lib/)
[](https://github.com/lycheeverse/lychee/actions/workflows/links.yml)
[](https://hub.docker.com/r/lycheeverse/lychee)
-⚡ A fast, async, stream-based link checker written in Rust.\
+⚡ A fast, async, stream-based link checker written in Rust ⚡\
Finds broken hyperlinks and mail addresses inside Markdown, HTML,
-reStructuredText, or any other text file or website!
+reStructuredText, or any other text file or website!\
+Available as command-line utility,
+[library](https://docs.rs/lychee-lib/latest/lychee_lib/) and
+[GitHub Action](https://github.com/lycheeverse/lychee-action).
-Available as a command-line utility, a library and a [GitHub Action](https://github.com/lycheeverse/lychee-action).
+

@@ -37,11 +42,14 @@ Available as a command-line utility, a library and a [GitHub Action](https://git
## Development
-After [installing Rust](https://www.rust-lang.org/tools/install) use [Cargo](https://doc.rust-lang.org/cargo/) for building and testing.
+After [installing Rust](https://rust-lang.org/tools/install/) use [Cargo](https://doc.rust-lang.org/cargo/) for building and testing.
+On Linux the OpenSSL package [is required](https://github.com/seanmonstar/reqwest?tab=readme-ov-file#requirements) to compile `reqwest`, a dependency of lychee.
For Nix we provide a flake so you can use `nix develop` and `nix build`.
## Installation
+