From 9d13e68eaab3a853eb670e4aaa1dfd58c0521250 Mon Sep 17 00:00:00 2001 From: "Christopher M. Hobbs" <26329+cmhobbs@users.noreply.github.com> Date: Sun, 13 Jul 2025 01:37:16 -0500 Subject: [PATCH] Remove Zed connection from README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f86dc8..fe0fa91 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,9 @@ find . -type f -name "*.yml" | xargs sed -i 's/YOUR_EMAIL/your@email.com/g' devpod up . --provider docker ``` -6. **Connect with Zed**: -```bash -devpod ssh . --command "code-server --bind-addr 0.0.0.0:8080" -``` -Then connect Zed to the running container. - ## Initialize Crystal Project -7. **Inside the devcontainer**: +6. **Inside the devcontainer**: ```bash shards install crystal build src/main.cr