Skip to content

Commit bec4280

Browse files
author
Lukas Gentele
authored
Update README.md
1 parent 8cd02b6 commit bec4280

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ This demo shows how to run `devspace up` directly from the terminal inside Visua
2222

2323
![DevSpace CLI Demo](docs/website/static/img/devspace-cli-demo-readme.gif)
2424

25+
## [Quickstart](https://devspace-cloud.com/getting-started/)
26+
Follow this link for the [Quickstart Guide](https://devspace-cloud.com/getting-started/).
27+
28+
The DevSpace CLI allows you to create a DevSpace for any existing project with just a single command:
29+
```
30+
devspace up
31+
```
32+
Take a look at the [Getting Started Guide](https://devspace-cloud.com/getting-started/) to see how to get started with a DevSpace.
33+
34+
**Note:** Don't worry, you can use `devspace reset` to reset your project and go back to local development.
35+
2536
## [Installation](https://devspace.covexo.com/docs/getting-started/installation.html)
2637
These commands will install the DevSpace CLI and add it to the PATH environment variable. For more details, see: [Install Guide](https://devspace.covexo.com/docs/getting-started/installation.html)
2738

@@ -47,17 +58,6 @@ curl -s -H "Accept: application/json" "https://api.github.com/repos/covexo/devsp
4758
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
4859
```
4960

50-
## [Quickstart](https://devspace-cloud.com/getting-started/)
51-
Follow this link for the [Quickstart Guide](https://devspace-cloud.com/getting-started/).
52-
53-
The DevSpace CLI allows you to create a DevSpace for any existing project with just a single command:
54-
```
55-
devspace up
56-
```
57-
Take a look at the [Getting Started Guide](https://devspace-cloud.com/getting-started/) to see how to get started with a DevSpace.
58-
59-
**Note:** Don't worry, you can use `devspace reset` to reset your project and go back to local development.
60-
6161
## [Documentation](https://devspace.covexo.com/docs/getting-started/quickstart.html)
6262
Here you can find some links to the most important pages of our documentation:
6363
- [Getting Started Guide](https://devspace-cloud.com/getting-started/)

0 commit comments

Comments
 (0)