Skip to content

Commit 115c1fe

Browse files
authored
Merge pull request #4 from ProjectIgnis/programs-list-update
Improve programs list in setup.md
2 parents 11945aa + c0ecab1 commit 115c1fe

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

docs/getting-started/setup.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,18 @@ To have a custom card in your game, you will need:
1616

1717
Since the `.lua` files are just text files, any text editor works, but it's a good idea to use one that provides at least syntax highlight for the Lua language. Some options are:
1818

19-
- Notepad++ (Windows)
20-
- VSCode
21-
- Atom
22-
- Kate Editor (Linux)
23-
- Sublime Text
19+
- [Notepad++](https://notepad-plus-plus.org/downloads/)
20+
- [VSCodium](https://vscodium.com/#install) (or regular [VSCode](https://code.visualstudio.com/#alt-downloads))
21+
- [Kate](https://kate-editor.org/get-it/)
22+
- [Sublime Text](https://www.sublimetext.com/download)
2423

2524
### To create/edit database:
2625

27-
Any SQL editor works for that, but some softwares that can be used are:
26+
Any SQL editor works for that, but some programs that can be used are:
2827

2928
- [Datacorn](https://github.com/ProjectIgnis/Datacorn#how-to-download)
3029
- [DataEditorX](https://github.com/247321453/DataEditorX/blob/master/README.md)
31-
- DB Browser for Sqlite
30+
- [DB Browser for Sqlite](https://sqlitebrowser.org/)
3231

3332
For Windows users, DataEditorX is the most beginner-friendly program to edit databases and it was designed to work with cdb files.
3433
The page linked above also has instructions to change the language (it defaults to chinese). After you extract it and run the program, it might ask for the download of extra components.

0 commit comments

Comments
 (0)