aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-01-09 17:09:16 -0500
committerCalvin Rose <calsrose@gmail.com>2019-01-09 17:09:16 -0500
commit62cb3f81fe0af7edccc4c3f05e0da60f7d32effb (patch)
tree6c1157888027cf658ce91745e1090c3408e339ac /README.md
parentAdd buffer/bit functions and buffer/blit. Expose janet_gethalfrange (diff)
Fix sorting in asm.c. Add README text.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c8dbcee..cd2d94d6 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,8 @@ environment, use the `(all-symbols)` function.
Install a stable version of janet from the [releases page](https://github.com/janet-lang/janet/releases).
Janet is prebuilt for a few systems, but if you want to develop janet, run janet on a non-x86 system, or
-get the latest, you must build janet from source.
+get the latest, you must build janet from source. Janet is in alpha and may change
+in backwards incompatible ways.
## Usage