Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
altrive committed Sep 24, 2013
1 parent 569427d commit 291fcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Supported environment is following
2. Execute following command, it automatically download installer zip file and extract to PSModule directory.If you want to import module automatically when ISE started. select yes in prompt.

``` powershell
(New-Object Net.WebClient).DownloadString("https://github.com/altrive/PSCodeAnalyzer/releases/download/v0.3-alpha/Install.ps1") | Invoke-Expression -Verbose
(New-Object Net.WebClient).DownloadString("https://github.com/altrive/PSCodeAnalyzer/releases/download/v0.3-beta/Install.ps1") | Invoke-Expression -Verbose
```

2.How to use
Expand Down

0 comments on commit 291fcac

Please sign in to comment.