Skip to content

Commit

Permalink
added readme for the example
Browse files Browse the repository at this point in the history
Signed-off-by: ramnar <raam.soft@gmail.com>
  • Loading branch information
ramnar committed Dec 26, 2020
1 parent 9702875 commit 10b04eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Instructions to run the demo example

```
# Build Vitess Locally
Build Vitess Locally using the document https://vitess.io/docs/contributing/build-on-ubuntu/
# Run the program demo.go
go run ~/vitess/examples/demo/demo.go
# Start the web application
In browser Open http://localhost:8000/examples/demo/
```

0 comments on commit 10b04eb

Please sign in to comment.