diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 19:35:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 19:35:44 +0200 |
commit | a16cf4087f06ef971c536de523db057317d0dee7 (patch) | |
tree | 707a0b210a52fec53fd90e94e310f63837ec12b9 | |
parent | b46448cca4386b8abaf727d0e3bad1d0522a2f34 (diff) | |
download | gsctool-a16cf4087f06ef971c536de523db057317d0dee7.tar.gz gsctool-a16cf4087f06ef971c536de523db057317d0dee7.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ This demo will give you a `raygun` on spawn in `SP` zombie mode. Run: `git submodule update --init --recursive` to clone submodules.
-Then build project using the provided `makefile` in Windows Subsystem for Linux
+Then build project using the provided `makefile` in `WSL` (`Windows`)
and inject resulting `DLL`.
The compiler used for this project is [`tcc`](https://github.com/lunarjournal/tcc) (`Tiny C Compiler`).
|