From 255062d5d59522dc24e9590deae9aee9cc7606a4 Mon Sep 17 00:00:00 2001 From: Oj Date: Mon, 5 Jul 2021 17:44:22 +0100 Subject: [PATCH] [Doc] Add subheader for self usage --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72aeda3..6103a12 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Builder for Module Store v2. + +## Self usage + To run this yourself, you **need** to: 1. [Get your own GitHub Personal Access Token](https://docs.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) 2. Get a Discord bot token @@ -11,4 +14,4 @@ export default { github: '', discord: ' } -``` \ No newline at end of file +```