@@ 0,0 1,21 @@
+sc-argparse
+===========
+
+This is a simple argument parsing library. See `src/example.c` for an example of
+using it. The library is somewhat limited as of now.
+
+Development
+-----------
+
+Run the following to create a build directory:
+
+ meson build
+
+You may then compile (or re-compile) with:
+
+ ninja -C build
+
+When you would like to commit your changes, please ensure that you have
+pre-commit hooks installed, so that automated checks can run on your code:
+
+ pre-commit install