diff --git a/README.md b/README.md new file mode 100644 index 0000000..56bb6fe --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +## Conduktor ctl + +How to build: +``` +go build . +``` + +How to run: +``` +go run . +``` + +How to run unit test: +``` +go test ./... +``` + +How to run integration test: +``` +./test_final_exec.sh +``` +