diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 20:18:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 20:18:02 +0200 |
commit | 8b8a7010750e0b5feabbe0e276428bd15a71587a (patch) | |
tree | 5a03fc985b01598c530a8355048d3f6db315699c | |
parent | 1c812a0351f308ac46099e165c995facb5b08cb1 (diff) | |
download | gsctool-8b8a7010750e0b5feabbe0e276428bd15a71587a.tar.gz gsctool-8b8a7010750e0b5feabbe0e276428bd15a71587a.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Run: `git submodule update --init --recursive` to clone submodules. Then build project using the provided makefile in Windows Subsystem for Linux
and inject resulting `DLL`.
-The compiler used for this project is [tcc](https://github.com/lunarjournal/tcc) (`Tiny C Compiler`).
+The compiler used for this project is [`tcc`](https://github.com/lunarjournal/tcc) (`Tiny C Compiler`).
Note: You can modify and reload GSC scripts while Black Ops is running by quiting
the level and starting it again.
|