Skip to content

Commit

Permalink
docs: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorbes authored Oct 5, 2018
1 parent b41748d commit e9ca246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The things the script will check for are the following:
To run the script, open PowerShell as an Administrator and run:

```PowerShell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/garden-io/garden/master/garden-cli/support/install.ps1'))
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/garden-io/garden/master/garden-service/support/install.ps1'))
```

To later upgrade to the newest version, run `npm install -g -U garden-cli`.
Expand Down

0 comments on commit e9ca246

Please sign in to comment.