Skip to content

Commit

Permalink
update conduit version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Dec 1, 2023
1 parent 7414ecc commit 1ec5937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Download the right `.deb` file for your machine architecture from the
[latest release](https://github.com/conduitio/conduit/releases/latest), then run:

```sh
dpkg -i conduit_0.6.0_Linux_x86_64.deb
dpkg -i conduit_0.8.0_Linux_x86_64.deb
```

### RPM
Expand All @@ -122,7 +122,7 @@ Download the right `.rpm` file for your machine architecture from the
[latest release](https://github.com/conduitio/conduit/releases/latest), then run:

```sh
rpm -i conduit_0.6.0_Linux_x86_64.rpm
rpm -i conduit_0.8.0_Linux_x86_64.rpm
```

### Build from source
Expand Down

0 comments on commit 1ec5937

Please sign in to comment.