aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-09-12 08:29:49 +0200
committerBenoit Giannangeli <giann008@gmail.com>2017-09-12 09:55:42 +0200
commit2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3 (patch)
tree2800a3f011f7bd992682ff5eaf88661cef689892 /README.md
parent7052495753292a0fe72ab27b6970525d50d430cb (diff)
downloadfengari-2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3.tar.gz
fengari-2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3.tar.bz2
fengari-2c3dba7d0c37b1a2ffbc09906dc9d309e8f4bcf3.zip
README.md: Getting started section
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2a5e86..391be3f 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@
🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
+## Getting started in the browser
+
+Fengari is not released yet but you can experiment with it in the browser by following the instructions of the [fengari-web](https://github.com/fengari-lua/fengari-web) repository.
+
## Semantics
Fengari implements Lua 5.3 semantics and will hopefully follow future Lua releases. If you find any noticeable difference between Fengari and Lua's behaviours, please [report it](https://github.com/fengari-lua/fengari/issues).