mirror of
https://github.com/cmhobbs/crystal-devcontainer-template.git
synced 2025-12-29 13:35:39 -05:00
Remove Zed connection from README.md
This commit is contained in:
committed by
GitHub
parent
b3fb1a3fe2
commit
9d13e68eaa
@@ -34,15 +34,9 @@ find . -type f -name "*.yml" | xargs sed -i 's/YOUR_EMAIL/your@email.com/g'
|
|||||||
devpod up . --provider docker
|
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
|
## Initialize Crystal Project
|
||||||
|
|
||||||
7. **Inside the devcontainer**:
|
6. **Inside the devcontainer**:
|
||||||
```bash
|
```bash
|
||||||
shards install
|
shards install
|
||||||
crystal build src/main.cr
|
crystal build src/main.cr
|
||||||
|
|||||||
Reference in New Issue
Block a user