aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-19 23:22:24 +0800
committercrupest <crupest@outlook.com>2019-04-19 23:22:24 +0800
commit5aac4ce0c2414956db979f077a5f6727473479aa (patch)
tree6b3fb0ee845fae8241c4217551d642f1245c6c09 /README.md
parentea87825d58ab5b58dd360c3f080518c07a865db0 (diff)
parent2651a2c9b83c6dc15580b0e96b71c4c8bbb8bba0 (diff)
downloadcru-5aac4ce0c2414956db979f077a5f6727473479aa.tar.gz
cru-5aac4ce0c2414956db979f077a5f6727473479aa.tar.bz2
cru-5aac4ce0c2414956db979f077a5f6727473479aa.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 788b4efa..69844d18 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options.
## structure of repository
-- 'include/' contains public headers.
+- `include/` contains public headers.
- `src/` contains the main codes including headers and sources.
@@ -25,3 +25,6 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options.
- `tools/build.py` is a python3 script to build the source code.
- `snippets/` contains useful snippets file for *Visual Studio*, you can import it.
+
+## project structure
+![project structure](art/project_structure.png)