From dccd08dfe5b6aa5c60a7ea984d9cfd45cab7b0a0 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sat, 24 Aug 2024 00:03:11 +0200 Subject: [PATCH] Add table of contents --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 68941fb..20e1006 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs * Optional: Cache the uv cache * Optional: Verify the checksum of the downloaded uv executable +## Contents + +* [Usage](#usage) + * [Install specific version](#install-specific-version) + * [Install latest version](#install-latest-version) + * [Validate checksum](#validate-checksum) + * [Enable Caching](#enable-caching) + * [Local cache path](#local-cache-path) + * [Cache dependency glob](#cache-dependency-glob) + * [API rate limit](#api-rate-limit) +* [How it works](#how-it-works) +* [FAQ](#faq) + ## Usage Example workflow will be added later