99 <a href="https://github.com/habedi/gogg/actions/workflows/tests.yml">
1010 <img src="https://img.shields.io/github/actions/workflow/status/habedi/gogg/tests.yml?label=tests&style=flat&labelColor=555555&logo=github" alt="Tests">
1111 </a>
12- <a href="https://github.com/habedi/gogg/actions/workflows/lints.yml">
13- <img src="https://img.shields.io/github/actions/workflow/status/habedi/gogg/lints.yml?label=linters&style=flat&labelColor=555555&logo=github" alt="Linters">
14- </a>
1512 <a href="https://github.com/habedi/gogg/actions/workflows/release.yml">
1613 <img src="https://img.shields.io/github/actions/workflow/status/habedi/gogg/release.yml?label=linux%20build&style=flat&labelColor=555555&logo=linux" alt="Linux Build">
1714 </a>
2623 <img src="https://img.shields.io/badge/docs-latest-3776ab?style=flat&labelColor=555555&logo=readthedocs" alt="Docs">
2724 </a>
2825 <a href="https://github.com/habedi/gogg">
29- <img src="https://img.shields.io/badge/license-MIT-007ec6 ?style=flat&labelColor=555555&logo=open-source-initiative" alt="License">
26+ <img src="https://img.shields.io/badge/license-MIT-3776ab ?style=flat&labelColor=555555&logo=open-source-initiative" alt="License">
3027 </a>
3128 <a href="https://codecov.io/gh/habedi/gogg">
3229 <img src="https://img.shields.io/codecov/c/github/habedi/gogg?style=flat&labelColor=555555&logo=codecov" alt="Code Coverage">
3330 </a>
3431 <a href="https://www.codefactor.io/repository/github/habedi/gogg">
3532 <img src="https://img.shields.io/codefactor/grade/github/habedi/gogg?style=flat&labelColor=555555&logo=codefactor" alt="CodeFactor">
3633 </a>
34+ <a href="https://github.com/habedi/gogg/pkgs/container/gogg">
35+ <img src="https://img.shields.io/github/v/release/habedi/gogg?label=image&logo=docker&logoColor=white&style=flat&color=007ec6" alt="Docker Image">
36+ </a>
3737 <a href="https://github.com/habedi/gogg/releases/latest">
3838 <img src="https://img.shields.io/github/release/habedi/gogg.svg?style=flat&labelColor=555555&logo=github" alt="Release">
3939 </a>
@@ -80,10 +80,12 @@ See the [documentation](docs/README.md) for how to install and use Gogg.
8080Run ` gogg -h ` to see the available commands and options.
8181
8282> [ !NOTE]
83- > Since version ` 0.4.1 ` , Gogg has a GUI besides its command line interface (CLI).
84- > The GUI is still in the early stages of development and does not support all the features of the CLI and may have
85- > bugs.
86- > To start the GUI, run ` gogg gui ` .
83+ > * Since version ` 0.4.1 ` , Gogg has a GUI besides its command line interface (CLI).
84+ > The GUI is still in the early stages of development and does not support all the features of the CLI and may have
85+ > bugs.
86+ > To start the GUI, run ` gogg gui ` .
87+ > * Since version ` 0.4.2 ` , there are Docker images available for Gogg.
88+ > See the [ documentation] ( docs/README.md#containerization ) for more information.
8789
8890#### Examples
8991
@@ -102,8 +104,8 @@ gogg login
102104```
103105
104106> [ !IMPORTANT]
105- > You need to have [ Google Chrome] ( https://www.google.com/chrome/ ) or [ Chromium] ( https://www.chromium.org/ ) installed on
106- > your machine for the first-time authentication.
107+ > You might need to have [ Google Chrome] ( https://www.google.com/chrome/ ) , [ Chromium] ( https://www.chromium.org/ ) , or
108+ > [ Microsoft Edge ] ( https://www.microsoft.com/edge ) browsers installed on your machine for the first-time authentication.
107109> So, make sure you have one of them installed and available in your system's PATH.
108110
109111##### Syncing the Game Catalogue
@@ -147,6 +149,24 @@ DEBUG_GOGG=false gogg file size 1207658924 --platform=windows --lang=en --dlcs=t
147149
148150[ ![ asciicast] ( https://asciinema.org/a/kXMGRUUV149R37IEmZKtTH7nI.svg )] ( https://asciinema.org/a/kXMGRUUV149R37IEmZKtTH7nI )
149151
152+ ### GUI Screenshots
153+
154+ <div align =" center " >
155+ <img alt =" Game Library " src =" docs/screenshots/v0.4.2/5.png " width =" 100% " >
156+ </div >
157+
158+ <details >
159+ <summary >Show more screenshots</summary >
160+
161+ <div align =" center " >
162+ <img alt =" File Operations " src =" docs/screenshots/v0.4.2/2.png " width =" 100% " >
163+ <img alt =" Download Games " src =" docs/screenshots/v0.4.2/8.png " width =" 100% " >
164+ <img alt =" About " src =" docs/screenshots/v0.4.2/14.png " width =" 100% " >
165+ <img alt =" Download Progress " src =" docs/screenshots/v0.4.2/9.png " width =" 100% " >
166+ </div >
167+
168+ </details >
169+
150170---
151171
152172### Contributing
0 commit comments