瀏覽代碼

add link to online page

Vladislav Folts 12 年之前
父節點
當前提交
242ed6e866
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -3,4 +3,7 @@
 Written in JavaScript and transaltes Oberon to JavaScript code so it can be run in web browser.
 Written in JavaScript and transaltes Oberon to JavaScript code so it can be run in web browser.
 
 
 ## Quick start
 ## Quick start
-run build.cmd (Python 2.x or 3.x is required). It will make _out/os.js and _out/oberonjs.html. Open oberonjs.html in the browser and try the compiler!
+You can try the compiler online [here](http://oberspace.dyndns.org/oberonjs.html).
+
+To build it locally run build.cmd (Python 2.x or 3.x is required). It will make _out/os.js and _out/oberonjs.html. Open oberonjs.html in the browser and try the compiler!
+