Skip to content

Commit 56effd1

Browse files
committed
Mention that you can just download the containers
1 parent 911106b commit 56effd1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ cd ui
104104
cargo run
105105
```
106106

107-
### Build the containers
107+
### Build or download the containers
108108
```
109109
cd compiler
110-
./build.sh
110+
./build.sh # If you want to test changes to the containers
111+
./fetch.sh # If you just want the current playground
111112
```
112113

113114
## Deployment

0 commit comments

Comments
 (0)