Skip to content

Commit 8ca72d6

Browse files
author
Luqaska
committed
Add the 'config.json' template and edit the 'README' file
1 parent f476713 commit 8ca72d6

File tree

4 files changed

+7
-82
lines changed

4 files changed

+7
-82
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Requirements:
99
- Having the Pillow Python module installed
1010

1111

12-
Compiling:
13-
You just need to run 'nimble build'.
12+
Compiling and configuration:
13+
You just need to run 'nimble build' and edit 'config.json' with the required information.
1414

1515

1616
Commands:

config.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"mastodon_instance": "",
3+
"mastodon_token": "",
4+
"neocities_token": ""
5+
}

src/modules/_generateCard.nim

-79
This file was deleted.

src/modules/generateCard.nim

-1
This file was deleted.

0 commit comments

Comments
 (0)