From e01b368a998a005e4862ea5323ba2fe28b1376ec Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Thu, 12 Jun 2025 18:27:19 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 27131f5..255bf96 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ # Forge Kasm Workspace -A Docker image to run [Forge – Magic: The Gathering](https://github.com/Card-Forge/forge) in a browser-based Kasm workspace. -This container auto-downloads the latest Forge snapshot and supports persistent storage for your decks. +A Docker image to run [Forge: The Magic: The Gathering Rules Engine](https://github.com/Card-Forge/forge) in a browser-based Kasm workspace. +This repo is designed auto-download the latest Forge snapshot and publish it to Docker Hub. ## Features -- Runs Forge GUI in the browser via noVNC (Kasm-compatible) - Auto-downloads daily Forge snapshot if not present -- Persists your decks and preferences in `/config` -- Designed for personal or offline Kasm use +- Persists your decks and preferences by using the kasm_user persistence ## Usage -```bash -docker run -it -p 3000:3000 -v $PWD/config:/config yourname/forge-kasm