Skip to content

Commit c3ee1c8

Browse files
authored
chore: add ghcr link
1 parent 463f6a5 commit c3ee1c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ Here is a list of supported host and target architectures:
2020

2121
## Usage
2222

23-
You can pull Docker image with desired Go version from Docker Hub:
23+
You can pull Docker image with desired Go version:
2424

2525
```shell
26-
docker pull x1unix/go-mingw:latest # or "1.21" for specific Go version
26+
docker pull x1unix/go-mingw:latest # or "1.22" for specific Go version
27+
28+
# Or if you prefer to use GHCR:
29+
docker pull ghcr.io/x1unix/docker-go-mingw/go-mingw:1.22
2730
```
2831

2932
> [!TIP]

0 commit comments

Comments
 (0)