From 50b4c94ccb7bf2a67f709d8d504cf4dabbeb7ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 17 Oct 2025 23:29:06 +0200 Subject: [PATCH] Remove workspace creation instructions from README Removed instructions for creating a workspace and the associated button. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6faf08b..238bf4b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # LTH Docker -Create a workspace by pressing the button below! - -[![Open in Coder](https://coder.soderberg.tech/open-in-coder.svg)](https://coder.soderberg.tech/templates/LTH/workspace) - ## Configure X11 capabilities 1. Install a X Server on your device, [X410](https://x410.dev/) is recommended. @@ -21,4 +17,4 @@ This template provisions the following resources: - Docker image (built by Docker socket and kept locally) - Docker volume (persistent on `/home/{User}`) -This means, when the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the workspace (e.g. `python3`), modify the container image. +This means, when the workspace restarts, any tools or files outside of the home directory are not persisted.