Skip to content

Commit

Permalink
Fixed typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvihladremio authored Oct 20, 2023
1 parent 8aec734 commit b7a5742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ using a defined JSON run a series of queries against dremio using various approa
NOTE works on Linux, Mac, or WSL2 (Windows without WSL is not currently supported, but it will work in any case just have to run the commands that are run in ./script/build manually)

* Install JDK 8-17
* run `/script/build`
* run `./script/build`

### How to build a Docker image

* Install docker desktop or colima or whatever you desire that runs works with a Dockerfile
* docker build -t ghcr.io/rsvihladremio/dremio-stress .
* run `docker build -t ghcr.io/rsvihladremio/dremio-stress .`

### Running Tests

* Install docker or have it running
* JDK 8+
* ./script/test
* run `./script/test`

0 comments on commit b7a5742

Please sign in to comment.