mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Doc] Add subheader for self usage
This commit is contained in:
parent
b8320bb167
commit
255062d5d5
1 changed files with 4 additions and 1 deletions
|
@ -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: '<your github pat>',
|
||||
discord: '<your discord bot token>
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue