aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-17 18:08:51 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-17 18:08:51 -0700
commit06dab1a9c9a8a08eac335f26b3c8847040c1e6b2 (patch)
treedcf95c75e7d92817c4ccc013a81c7e6bc96d3def /src/README.md
parent65264ba6d1f7e7402009f33b60e3263bf1f02498 (diff)
chore: added license and initial README
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
new file mode 100644
index 0000000..dec4170
--- /dev/null
+++ b/src/README.md
@@ -0,0 +1,20 @@
+# Source Root
+
+> A collection of source code to make the C coding experience more modern organized in a hierarchical tree.
+
+### Development
+
+#### Install requirements
+
+- A modern C compiler that accepts UTF-8 identifier names
+- Make
+
+#### Build
+
+```make
+
+```
+
+#### License
+
+[MIT License](LICENSE)