From e38a7cd603e9684bf15dfe3d6cc1171e0cc4c9b0 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 4 Oct 2017 17:50:24 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0b4f4..26b2575 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Then just use `steam` command to run Steam in docker. You may want to re-run this command later on in order to keep the image updated: ```sh -docker build -t andrey01/steam . +VERSION=$(git rev-parse HEAD | head -c8) make ``` ## Troubleshooting