docs: update dependencies list

This commit is contained in:
Kim, Jimin 2024-04-26 22:02:31 +09:00
parent 642ada72ef
commit 6299c05313
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 10 additions and 1 deletions

10
.vscode/settings.json vendored
View file

@ -3,7 +3,15 @@
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnType": true, "editor.formatOnType": true,
"cSpell.words": ["developomp", "fstat", "nums", "rustup", "substr", "yasm"], "cSpell.words": [
"developomp",
"fstat",
"nums",
"rustup",
"substr",
"texlive",
"yasm"
],
"dotnet.preferCSharpExtension": true, "dotnet.preferCSharpExtension": true,
"[json]": { "[json]": {

View file

@ -21,6 +21,7 @@ Setup the following:
- [clang](https://clang.llvm.org) - [clang](https://clang.llvm.org)
- [GCC](https://gcc.gnu.org) - [GCC](https://gcc.gnu.org)
- [yasm](https://yasm.tortall.net) - [yasm](https://yasm.tortall.net)
- [texlive](https://tug.org/texlive)
You can check other dev tools I use and more over [here](https://github.com/developomp/pompup). You can check other dev tools I use and more over [here](https://github.com/developomp/pompup).