diff options
author | crupest <crupest@outlook.com> | 2019-04-04 23:10:14 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-04 23:10:14 +0800 |
commit | 14c8e355697247f611d1c6f2d61695798168a49c (patch) | |
tree | f8581d3f9653b5ec5f7aa389046636801859f568 /README.md | |
parent | 6268f3ca09afef812cf288f323cacff22fbfcffc (diff) | |
download | cru-14c8e355697247f611d1c6f2d61695798168a49c.tar.gz cru-14c8e355697247f611d1c6f2d61695798168a49c.tar.bz2 cru-14c8e355697247f611d1c6f2d61695798168a49c.zip |
Update readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options. ## structure of repository +- 'include/' contains public headers. + - `src/` contains the main codes including headers and sources. - `tools/` contains some codes of tools like code generators. |