Skip to content

Commit 17a389a

Browse files
author
Lukas Gentele
authored
Merge pull request #202 from covexo/improve-readme-and-docs
Improve readme and docs
2 parents c9dab2c + 43b13c3 commit 17a389a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ curl -s "https://raw.githubusercontent.com/covexo/devspace/master/scripts/instal
3434
del "%Temp%\install-devspace.bat"
3535
```
3636

37-
**Note:** After running the install script, you should reopen the terminal window to refresh the environment variables.
37+
**Note:** After running the install script, you should close and re-open your terminal window or IDE to refresh the environment variables.
3838

3939
### For Linux
4040
```bash
@@ -47,11 +47,13 @@ curl --silent "https://api.github.com/repos/covexo/devspace/releases/latest" | s
4747
```
4848

4949
## [Quickstart](https://devspace.covexo.com/docs/getting-started/quickstart.html)
50+
To get started with the DevSpace CLI, you only need a Kubernetes cluster. If you do not have one yet, take a look at our [Minikube Install Guide](https://devspace.covexo.com/docs/advanced/kubernetes.html) or [request access to the private beta of the DevSpace Cloud](https://devspace-cloud.com/).
51+
5052
The DevSpace CLI allows you to create a DevSpace for any existing project with just a single command:
5153
```
5254
devspace up
5355
```
54-
Take a look at the [Getting Started Guide](https://devspace.covexo.com/docs/getting-started/quickstart.html) on our documentation page to start coding with a DevSpace.
56+
Take a look at the [Getting Started Guide](https://devspace.covexo.com/docs/getting-started/quickstart.html) on our documentation page to see how to get started with a DevSpace.
5557

5658
**Note:** Don't worry, with you can use `devspace reset` to reset your project and go back to local development.
5759

scripts/installer-win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo 1. Downloading executable...
1616
set INSTALL_PATH=%INSTALL_DIR%\devspace.exe
1717
if not exist %INSTALL_PATH% curl -L %DEVSPACE_EXE% >%INSTALL_PATH% || echo Unable to download latest release && exit /B 1
1818

19-
echo 2. Running installation...
19+
echo 2. Running installation... (this may take 1-2 minutes)
2020
start /WAIT /D %INSTALL_DIR% /B devspace.exe "install"
2121

2222
if "%errorlevel%" == "0" (

0 commit comments

Comments
 (0)