aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-04-10 20:51:52 +0800
committerGitHub <noreply@github.com>2019-04-10 20:51:52 +0800
commit2651a2c9b83c6dc15580b0e96b71c4c8bbb8bba0 (patch)
tree921e5e845b40fb91eb292f2193275bb8f4aca652
parent7351020a582d70a1495249fba87d342c8a1fb634 (diff)
downloadcru-2651a2c9b83c6dc15580b0e96b71c4c8bbb8bba0.tar.gz
cru-2651a2c9b83c6dc15580b0e96b71c4c8bbb8bba0.tar.bz2
cru-2651a2c9b83c6dc15580b0e96b71c4c8bbb8bba0.zip
Update 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)