Skip to content

Commit e4d52d3

Browse files
author
gentele
committed
improve README
1 parent 515708f commit e4d52d3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
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,6 +47,8 @@ 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

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)