From 93d2572e87d4623c9e6929053c47da044cb760b1 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 3 Mar 2022 14:34:07 -0500 Subject: [PATCH] doc: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d56fcfa21e8fc8362d00013a3709dc071e5bb6e9..85e6ce9589a4de3df6a2862d63d05286e7da736d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ anon-access: read-write # You can grant read-only access to users without private keys. allow-keyless: false -# Which repos should appear in the menu? +# Customize repos in the menu repos: - name: Home repo: config @@ -107,6 +107,7 @@ repos: repo: my-public-repo private: false note: "A publicly-accessible repo" + readme: docs/README.md - name: Example Private Repo repo: my-private-repo private: true