diff options
| author | George Doenlen <gdoenlen@gmail.com> | 2019-10-22 21:56:50 -0400 |
|---|---|---|
| committer | George Doenlen <gdoenlen@gmail.com> | 2019-10-22 21:56:50 -0400 |
| commit | f0de6c4e9210a3c52cb02e1da758905c78d858dc (patch) | |
| tree | 17cb873e7691ab85cae37889b793d3e1fa25c0ef /.github | |
| parent | e6161a6f5819483fe5cdc0e0e9daf1487152fd7e (diff) | |
Add basic windows install script.
Adds a powershell install script for windows users that are at least
running powershell 5. It is almost a direct port of install.sh.
This would be used to automatically download the script much like
curl | bash, but with:
`Invoke-WebRequest https://urltoscript.com | Select-Object
-ExpandProperty Content | Out-File $env:TMP/install_rustlings.ps1;
Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression
$env:TMP/install_rustlings.ps1`
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions
