Skip to content

Commit

Permalink
bump to v0.2.6 (#107)
Browse files Browse the repository at this point in the history
* chore: add docker image

* chore: readme
  • Loading branch information
rkdud007 authored Jun 28, 2024
1 parent 8263ae6 commit e144ee2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Data Processor CLI serves as an essential tool for developers working with C

```bash
# Install with cargo
❯ cargo install --git https://github.com/HerodotusDev/hdp --tag v0.2.5 --locked --force
❯ cargo install --git https://github.com/HerodotusDev/hdp --tag v0.2.6 --locked --force
```

### Build from source
Expand Down Expand Up @@ -218,6 +218,8 @@ docker-compose build
docker-compose up
```
For those looking for an already built Docker image, you can pull it from [here](https://hub.docker.com/r/dataprocessor/hdp-runner).
## License
`hdp` is licensed under the [GNU General Public License v3.0](./LICENSE).
Expand Down

0 comments on commit e144ee2

Please sign in to comment.