Skip to content

Commit f121360

Browse files
authored
Merge pull request #282 from zkhadikov/master
Update README.md, fix installation script for Mac
2 parents 4069099 + 452c368 commit f121360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl --silent "https://api.github.com/repos/covexo/devspace/releases/latest" | s
4343

4444
### For Mac
4545
```bash
46-
curl --silent "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
46+
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
4747
```
4848

4949
## [Quickstart](https://devspace.covexo.com/docs/getting-started/quickstart.html)

0 commit comments

Comments
 (0)