We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ad7a commit 98c346bCopy full SHA for 98c346b
1 file changed
README.md
@@ -44,7 +44,7 @@ curl -s -H "Accept: application/json" "https://api.github.com/repos/covexo/devsp
44
45
### For Mac
46
```bash
47
-curl -s -H "Accept: application/json" "https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nE 's!.*"(https://github.com[^"]*devspace-darwin-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
+curl -s -H "Accept: application/json" "https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nE 's!.*"(https://github.com[^"]*devspace-darwin-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
48
```
49
50
## [Quickstart](https://devspace.covexo.com/docs/getting-started/quickstart.html)
0 commit comments