Skip to content

Commit

Permalink
Merge pull request #13 from conduktor/add_readme
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
strokyl authored Feb 28, 2024
2 parents 057d74b + 7696213 commit d414dfc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit d414dfc

Please sign in to comment.