Skip to content

Commit

Permalink
Merge pull request #318 from garden-io/ellenkorbes-patch-1
Browse files Browse the repository at this point in the history
docs: broken link
  • Loading branch information
eysi09 authored Oct 5, 2018
2 parents b41748d + e9ca246 commit a8ec4e0
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 a8ec4e0

Please sign in to comment.