mirror of
https://github.com/danbulant/deno_install
synced 2026-07-07 12:10:38 +00:00
Update PowerShell install command (#20)
- Replaced `-OutFile` with `-out` alias for brevity - Removed single-quotes of file name for brevity - Replaced Unix-style `./` with PowerShell-style `.\`
This commit is contained in:
parent
b7bcc662e2
commit
92110a9ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,5 +33,5 @@ curl -L https://deno.land/x/install/install.py | python - v0.2.0
|
||||||
**Install with PowerShell:**
|
**Install with PowerShell:**
|
||||||
|
|
||||||
```
|
```
|
||||||
iwr https://deno.land/x/install/install.ps1 -Outfile 'install.ps1'; ./install.ps1 v0.2.0
|
iwr https://deno.land/x/install/install.ps1 -out install.ps1; .\install.ps1 v0.2.0
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue