Skip to content
Dorbmon edited this page Aug 6, 2018 · 1 revision

Welcome to the R.JS wiki! This document will teach you how to use RJS.

Build RJS environment.

Run go get github.com/dorbmon/otto to get otto.
Then run cd rjs
go build main.go
After that,you can run a rjs program by run ./main -file YourProgram.js
Enjoy it.

Clone this wiki locally