aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-03-04 13:15:12 -0600
committerGitHub <noreply@github.com>2023-03-04 13:15:12 -0600
commitd1593cfaf31f291cea63ed552d492138efa451ce (patch)
tree30dfe9bcc95c07d010f782c873b0ac64d8b3909b
parent3ef6d8188e97301ea9b3278c103565f509877a45 (diff)
parentc1999d27c556652321e596cc6ead309fc232c13e (diff)
downloadsloth-d1593cfaf31f291cea63ed552d492138efa451ce.tar.gz
Merge pull request #2 from nic-gaffney/master
Update readme a bit more
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff7360f..5507c5b 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,6 @@ Sloth is an interpreted high level language written in Rust. The syntax is meant
## Build
To build sloth is easy, just run `cargo build` and you will have your own version of sloth!
+
+## Disclaimer
+Sloth is in very early development is NOT meant to be used for actual projects yet. Feel free to contribute to the project via Pull Request and open issues if you can. Thank you for using sloth!