We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d60d7b commit dd8750aCopy full SHA for dd8750a
docs/docker.md
@@ -22,7 +22,11 @@
22
23
Or alternatively `curl` the file
24
```bash
25
- command here when repo goes public
+ curl https://raw.githubusercontent.com/Ruby-Network/ruby/main/docker/docker-compose.yml > docker-compose.yml
26
+ ```
27
+ Or with `wget`
28
+ ```bash
29
+ wget https://raw.githubusercontent.com/Ruby-Network/ruby/main/docker/docker-compose.yml
30
```
31
32
Or just copy this config:
0 commit comments