Update README.md

This commit is contained in:
daniel 2019-12-29 14:01:17 -08:00 committed by GitHub
parent d5b24138d3
commit c60fc283b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,10 @@ _* See [here](https://github.com/d5/tengobench) for commands/codes used_
## Quick Start
```
go get github.com/d5/tengo/v2
```
A simple Go example code that compiles/runs Tengo script code with some input/output values:
```golang