From e17315e3d2919315aea45dae0c93bc02420d25da Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 23 Sep 2022 18:59:24 +0200 Subject: [PATCH] Fix build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98325a2..c361398 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Cage wayland kiosk packaged with wayvnc for use as a base image Clone repo using `git clone --recurse-submodules https://git.snrd.eu/SunRed/cagevnc.git` -Build image using `docker build -t cagevnc:latest .` (CI is WIP) +Build image using `docker build -t cagevnc:latest cagevnc` (CI is WIP)