Skip to content

Commit dfb9335

Browse files
committed
update setup
1 parent bf403b5 commit dfb9335

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ Follow the official [instructions](https://podman.io/docs/installation) to insta
257257

258258
Download the latest binaries
259259
```bash
260-
HCKCTL_VERSION=0.12.0
260+
# latest release
261+
HCKCTL_VERSION=$(curl -sS https://api.github.com/repos/hckops/hckctl/releases/latest | jq -r .name | sed 's/v//')
261262

262263
# install or update
263264
curl -sSL https://github.com/hckops/hckctl/releases/latest/download/hckctl-${HCKCTL_VERSION}-linux-x86_64.tar.gz | \
@@ -330,7 +331,6 @@ E1020 19:55:12.436966 149063 portforward.go:381] error copying from remote stre
330331
* add GitHub org labels: feature/bug/question
331332
332333
* test all catalog
333-
* discord + social links (?)
334334
* verify binaries
335335
* test on mac-m1 and win (docker images)
336336
* review all command cli example/description
@@ -356,7 +356,6 @@ TODO
356356
* general
357357
- strict schema validation
358358
- add disclaimer of responsibility to readme?
359-
- public discord server (review channels visibility)
360359
- brew release
361360
- review context/http/client timeouts e.g. vpn or target not available
362361
- verify config migration between versions

0 commit comments

Comments
 (0)