aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c27cadc..9682777 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,11 @@
Notion API client library for rust.
+This project is under active development and this README will be updated as this library gets closer to a reliable state.
+However, if you're really eager see the example todo cli application provided in [examples/todo](examples/todo).
+
+## Building
+
+```bash
+cargo build
+```