added run instructions
This commit is contained in:
parent
b04bf181a1
commit
7f2d868e5a
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -21,4 +21,16 @@ The repl has the following syntax (It's work in progress, new capabilities will
|
|||
* property lookup
|
||||
* a.x+1
|
||||
> > 13
|
||||
|
||||
|
||||
|
||||
**To run locally**
|
||||
* make sure you have node/npm
|
||||
* cmdline: npm run start
|
||||
* enter the following:
|
||||
```
|
||||
a=vector(0,0,0.5,0.5)
|
||||
b=vector(0,0,-1,1)
|
||||
c="a+b"
|
||||
```
|
||||
* and press enter
|
||||
* or type help()
|
||||
Loading…
Add table
Reference in a new issue