From 3d6ff8603a03edc50012875b4ef1ade13ee2837d Mon Sep 17 00:00:00 2001 From: Skilly Date: Sun, 6 Sep 2026 17:05:51 +0200 Subject: [PATCH] Added Contents section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d7792ca..441a8f7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,18 @@ Each test is repeated with different seeds. The results are combined into one of A successful test means the world loaded, generated a seed, and computed the spoiler log at the configured level. With the default `playthrough` level, this also checks that the seed is completable. +## Contents +- [Requirements](#requirements) +- [Installation](#installation) + - [System packages](#system-packages) + - [Install the package](#install-the-package) + - [Configuration](#configuration) + - [GitHub](#github) +- [Test worlds](#test-worlds) +- [Test all worlds](#test-all-worlds) +- [Test a local `.apworld`](#test-a-local-apworld) +- [Related Projects](#related-projects) + ## Requirements - **Python 3.10 or newer**