1
Fork 0
mirror of https://github.com/RGBCube/GCCPreprocessHTML synced 2025-05-31 04:18:12 +00:00

README: fix codeblocks

This commit is contained in:
RGBCube 2023-05-07 00:55:11 +03:00
parent b07ef3c39c
commit c8a39bd0d9

View file

@ -6,9 +6,9 @@ the GCC (or your set CC) preprocessor to "compile" HTML.
It works the same way as `include_str!` in Rust does.
Simply run the script:
``sh
```sh
./build.sh
``
```
And you will get your compiled HTML files in the `build` directory.