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 8ad0e5e commit 2fc8128Copy full SHA for 2fc8128
dev.md
@@ -22,8 +22,8 @@ download the Ubuntu VirtualBox image manually from some mirror sites into
22
`~/.cache/sqlflow/` before running the above script.
23
24
```bash
25
-wget -c -nv --show-progress -O downloads/ubuntu-bionic64.box \
26
-"https://mirrors.ustc.edu.cn/ubuntu-cloud-images/bionic/current/bionic-server-cloudimg-amd64-vagrant.box"
+curl -Lo $HOME/.cache/sqlflow/ubuntu-bionic64.box \
+ "https://mirrors.ustc.edu.cn/ubuntu-cloud-images/bionic/current/bionic-server-cloudimg-amd64-vagrant.box"
27
```
28
29
### For Releaser
0 commit comments