mirror of
https://github.com/RGBCube/GCCPreprocessHTML
synced 2025-05-31 04:18:12 +00:00
README: fix codeblocks
This commit is contained in:
parent
b07ef3c39c
commit
c8a39bd0d9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue