Skip to content

Commit

Permalink
updated readme for v0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hernandez <christian@codefresh.io>
  • Loading branch information
Christian Hernandez committed Jun 10, 2022
1 parent 58d9703 commit c8ccfd6
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 @@ -7,7 +7,7 @@ CD. This is in the "proof of concept" phase and I make no guarantees
Currently working:

- [x] Migrate Kustomizations
- [ ] Migrate HelmReleases
- [x] Migrate HelmReleases
- [ ] Auto Scan/Migrate
- [ ] Uninstall Flux

Expand All @@ -16,7 +16,7 @@ Currently working:
Install the `mta` binary from the releases page (x64_64 currenly)

```shell
sudo wget -O /usr/local/bin/mta https://github.com/christianh814/mta/releases/download/v0.0.1/mta-amd64-$(uname -s | tr [:upper:] [:lower:])
sudo wget -O /usr/local/bin/mta https://github.com/christianh814/mta/releases/download/v0.0.2/mta-amd64-$(uname -s | tr [:upper:] [:lower:])
```

Make sure it's executable
Expand Down

0 comments on commit c8ccfd6

Please sign in to comment.