From 4c3ca7bfd7ba8e0df1278679bb87a15e9406fe0d Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Thu, 16 Apr 2026 06:56:12 -0400 Subject: [PATCH] Fix README Signed-off-by: nopeitsnothing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d357dec..84dc1e6 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,3 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und - **In your browser:** [Hitchhiker's Guide](https://www.anonymousplanet.org/guide/) (hosted site). After a local build you can also open `site/guide/index.html` directly. - **Local HTML preview:** from the repository root, with Python 3 and [MkDocs Material](https://squidfunk.github.io/mkdocs-material/getting-started/) installed (`pip install mkdocs-material`), run `mkdocs serve` and open the URL printed in the terminal (for example `http://127.0.0.1:8000`). -- **PDF (local build):** from the repository root, using the same environment, run: