summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-15 12:09:28 +0200
committerAmlal <amlal@nekernel.org>2025-08-15 12:09:28 +0200
commit70945244a35e0e6d2a2e0f84ae83f31b9898a0ca (patch)
tree2bf642b31c914a36c36f10b20ea5189ca3c47c09 /README.md
parent37bc0133c137cdf7fe62e79ac8208ec46096316e (diff)
feat: new hpptest and gtest module. Other module improvements.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index bdee118..c7bf8c4 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,15 @@
A C++ library with additional modules for your C++ SDLC.
-## Getting Started:
+## Requirements:
-Here is an example of how snu::opt works.
+- Boost C++ libraries (https://www.boost.org/)
+- Clang (https://clang.llvm.org/)
+- Git (https://git-scm.com/)
+
+## Examples:
+
+### Logic Module (Option container)
```cpp
#include <lib/logic/opt.hpp>
@@ -23,4 +29,4 @@ int main(int argc, char** argv)
}
```
-##### (c) 2025 SNU Systems, Corp. \ No newline at end of file
+##### (c) 2025 SNU Systems, Corp.