Skip to content

Commit 8a9facd

Browse files
committed
Improve README
1 parent c1a65e4 commit 8a9facd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@
2727
To build the SSLScan Client from scratch, make sure you have a working Go 1.17+ workspace ([instructions](https://golang.org/doc/install)), then:
2828

2929
```
30-
go get github.com/essentialkaos/sslcli
31-
```
32-
33-
If you want update SSLScan Client to latest stable release, do:
34-
35-
```
36-
go get -u github.com/essentialkaos/sslcli
30+
go install github.com/essentialkaos/sslcli@latest
3731
```
3832

3933
#### From [ESSENTIAL KAOS Public Repository](https://yum.kaos.st)
@@ -53,11 +47,18 @@ bash <(curl -fsSL https://apps.kaos.st/get) sslcli
5347

5448
#### Docker Image
5549

56-
The latest version of `sslcli` also available as [Docker image](https://hub.docker.com/r/essentialkaos/sslcli).
50+
The latest version of `sslcli` also available as Docker image on [Docker Hub](https://kaos.sh/d/sslcli) and [GitHub Container Registry](https://kaos.sh/p/sslcli):
5751

5852
```bash
5953
docker pull essentialkaos/sslcli
60-
docker run --rm -it essentialkaos/sslcli:latest host…
54+
docker run --rm -it essentialkaos/sslcli:latest mydomain.com
55+
```
56+
57+
or
58+
59+
```bash
60+
docker pull ghcr.io/essentialkaos/sslcli:latest
61+
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
6162
```
6263

6364
### Feature list

0 commit comments

Comments
 (0)