Skip to content

Commit f7ef356

Browse files
committed
Update readme
1 parent 5b61057 commit f7ef356

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/jsonnet-playground

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,13 @@ following command.
3434

3535
```
3636
$ docker run --net=host --name jsonnet --rm -e MYSQL_ROOT_PASSWORD=secret -e MYSQL_DATABASE=jsonnet -d mysql:5.7
37-
$ JSONNET_MYSQL_CONN="root:secret@tcp(127.0.0.1:3306)/jsonnet" ./compile -sql
37+
$ JSONNET_MYSQL_CONN="root:secret@tcp(127.0.0.1:3306)/jsonnet" ./jsonnet-playground -sql
38+
```
39+
40+
### Local Testing
41+
42+
Build and run
43+
44+
```
45+
./jsonnet-playground -in-memory
3846
```

0 commit comments

Comments
 (0)