From 4db81df985acfdb78c5f878d82f0fd6aa4c5fa3f Mon Sep 17 00:00:00 2001 From: Mario Romero Date: Mon, 25 Sep 2023 00:15:33 +0000 Subject: [PATCH] Fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c23bb99..f6f1530 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Execute the next script in powershell and follow the container initialization pr This script will run the container inside WSL and bind the enviroments variables for [WSLg](https://github.com/microsoft/wslg/blob/main/samples/container/Containers.md). ##### Linux -Execute the next script in your terminal replacing `` by any name and `` by an stack from the previous [stack list](#user-content-stacks). +Execute the next script in your terminal replacing `` by any name and `` by an stack from the previous [stack list](#stacks). ```sh docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --name git.1159.cl/mario1159/-desktop ```