diff --git a/docs/Getting Started.md b/docs/Getting Started.md index ba48930..560788c 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -12,8 +12,8 @@ You can simply manage a daemon that runs as a background process. This can be ac   -If you wish to get _py-kms_ just up and running without installing any dependencies or writing own scripts: Just use Docker! The following command will download, "install" and start _py-kms_ and also keep it alive after any -service disruption. +If you wish to get _py-kms_ just up and running without installing any dependencies or writing own scripts: Just use Docker! Docker also solves problems regarding the explicit IPv4 and IPv6 usage: It just supports both. The following +command will download, "install" and start _py-kms_ and also keep it alive after any service disruption. ```bash docker run -d --name py-kms --restart always -p 1688:1688 pykmsorg/py-kms ```