aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-15 23:07:41 +0800
committercrupest <crupest@outlook.com>2023-10-15 23:07:41 +0800
commit19420361627336a0aefe7664ea189467688bda08 (patch)
tree93748374d40b095ab98f563eb269da621e40864c /README.md
parenta696fed6a858e1abb88515842666b08bfad72334 (diff)
downloadcru-19420361627336a0aefe7664ea189467688bda08.tar.gz
cru-19420361627336a0aefe7664ea189467688bda08.tar.bz2
cru-19420361627336a0aefe7664ea189467688bda08.zip
Update README. Remove docs and add lib dir info.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 86ba2bc7..68657af3 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,6 @@ It is **under heavy construction**.
Check the code or fire a issue if you have any problem.
-[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/crupest/cru)
-
## build
_cru_ is built with [_CMake_](https://cmake.org/).
@@ -26,6 +24,6 @@ _cru_ is built with [_CMake_](https://cmake.org/).
- `demo/` contains sources of demo excutable targets. They are mostly used for integrated tests but can also be used for demonstration.
-- `docs/` contains docs-related things.
+- `lib/` other libraries being used.
- `tools/` contains some codes of tools I wrote for development. However most of them are not used now.