Skip to content

Commit 29d1615

Browse files
authored
Merge pull request #185 from covexo/improve-docs
Improve docs
2 parents e1bd639 + ab1eaf7 commit 29d1615

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: 1. Installation
55
You can either use one of our install scripts or simply download the released binary for your platform manually.
66

77
## Install Scripts
8-
The following install scripts make it easy to install the DevSpace CLI. Simply copy the the commands into the recommended command line tool.
8+
The following install scripts make it easy to install the DevSpace CLI. Simply copy the the commands into the recommended command line tool. The script will install the devspace CLI and add it to the PATH environment variable.
99

1010
### For Windows
1111
1. Open CMD with **admin rights**.
@@ -16,7 +16,7 @@ curl -s "https://raw.githubusercontent.com/covexo/devspace/master/scripts/instal
1616
del "%Temp%\install-devspace.bat"
1717
```
1818

19-
**Note:** After running the install script, you should close the terminal window that you used to run the install script.
19+
**Note:** After running the install script, you should reopen the terminal window to refresh the environment variables.
2020

2121
### For Linux
2222
1. Run this install script with **root privileges**:
@@ -29,5 +29,5 @@ rm -r "$tmpdir"
2929

3030
## Binary Download
3131
An alternative to the install scripts is to:
32-
1. download the release yourself from the [GitHub releases page](https://github.com/covexo/devspace/releases)
33-
2. and run `PATH_TO_YOUR_RELEASE_FILE install` with admin/root priveleges
32+
1. download the latest release from the [GitHub releases page](https://github.com/covexo/devspace/releases)
33+
2. add the binary folder path to the PATH environment variable **OR** run `PATH_TO_YOUR_RELEASE_FILE install` with admin/root priveleges

0 commit comments

Comments
 (0)