File tree Expand file tree Collapse file tree
docs/docs/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ del "%Temp%\install-devspace.bat"
3838
3939### For Linux
4040``` bash
41- curl --silent " https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nr ' s!.*"(https://github.com[^"]*devspace-linux-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
41+ curl --silent " https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nE ' s!.*"(https://github.com[^"]*devspace-linux-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
4242```
4343
4444### For Mac
4545``` bash
46- curl --silent " https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nr ' 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 --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
4747```
4848
4949## [ Quickstart] ( https://devspace.covexo.com/docs/getting-started/quickstart.html )
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ del "%Temp%\install-devspace.bat"
2121### For Linux
22221 . Run the command:
2323``` bash
24- curl --silent " https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nr ' s!.*"(https://github.com[^"]*devspace-linux-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
24+ curl --silent " https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nE ' s!.*"(https://github.com[^"]*devspace-linux-amd64)".*!\1!p' | xargs -n 1 curl -L -o devspace && chmod +x devspace && sudo mv devspace /usr/local/bin
2525```
2626
2727### For Mac
28281 . Run the command:
2929``` bash
30- curl --silent " https://api.github.com/repos/covexo/devspace/releases/latest" | sed -nr ' 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
30+ 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
3131```
3232
3333## Binary Download
You can’t perform that action at this time.
0 commit comments