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: