From 3e2034f3c838de93ecce54620da51a07fc9fbd5f Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 25 Mar 2024 05:37:34 +0000 Subject: [PATCH] Update README.md Now using correct URL, as I forgot I moved ownership previously. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2979cb7..9bf51d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SteamCMD with assumed game installation for Docker -Uses my [docker-steamcmd](https://git.davejansen.com/prettybasic/docker-steamcmd) image. This barebones image is handy if you want to immediately install a specific game using SteamCMD. Simply provide the STEAM_APP_ID environment variable and that's it. +Uses my [docker-steamcmd](https://git.davejansen.com/davejansen/docker-steamcmd) image. This barebones image is handy if you want to immediately install a specific game using SteamCMD. Simply provide the STEAM_APP_ID environment variable and that's it. Note: You probable want to use this image as a build stage for your game-specific image, so that you can do additional setup and configuration on top of a downloaded and ready to go game setup.