Skip to content

Commit ae88bcd

Browse files
committed
Improve README
1 parent bdc99ed commit ae88bcd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#### From source
2626

27-
To build the SSLScan Client from scratch, make sure you have a working Go 1.19+ workspace ([instructions](https://golang.org/doc/install)), then:
27+
To build the SSLScan Client from scratch, make sure you have a working Go 1.19+ workspace ([instructions](https://go.dev/doc/install)), then:
2828

2929
```
3030
go install github.com/essentialkaos/sslcli@latest
@@ -50,10 +50,8 @@ bash <(curl -fsSL https://apps.kaos.st/get) sslcli
5050
The latest version of `sslcli` also available as container image on [GitHub Container Registry](https://kaos.sh/p/sslcli) and [Docker Hub](https://kaos.sh/d/sslcli):
5151

5252
```bash
53-
podman pull ghcr.io/essentialkaos/sslcli:latest
5453
podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
5554
# or
56-
docker pull ghcr.io/essentialkaos/sslcli:latest
5755
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
5856
```
5957

0 commit comments

Comments
 (0)