aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'git.sr.ht/index.md')
-rw-r--r--git.sr.ht/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index ea96550..1a6895e 100644
--- a/git.sr.ht/index.md
+++ b/git.sr.ht/index.md
@@ -178,5 +178,11 @@ another markup format and submit it on each git push. If so, you will need to
review the [build secrets tutorial][secrets] to safely store your OAuth token.
Check out the [example][readme example] to avoid some common pitfalls.
+If you want to remove the custom README, set the `readme` to `null`.
+
+```
+mutation { updateRepository (id: <repo_id>, input: { readme: null }) { id } }
+```
+
[secrets]: https://man.sr.ht/tutorials/builds.sr.ht/using-build-secrets.md
[readme example]: https://git.sr.ht/~nabijaczleweli/html-readme