Skip to content

Commit c8ccfd6

Browse files
author
Christian Hernandez
committed
updated readme for v0.0.2
Signed-off-by: Christian Hernandez <christian@codefresh.io>
1 parent 58d9703 commit c8ccfd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CD. This is in the "proof of concept" phase and I make no guarantees
77
Currently working:
88

99
- [x] Migrate Kustomizations
10-
- [ ] Migrate HelmReleases
10+
- [x] Migrate HelmReleases
1111
- [ ] Auto Scan/Migrate
1212
- [ ] Uninstall Flux
1313

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

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

2222
Make sure it's executable

0 commit comments

Comments
 (0)