Windows/PowerShell.md
... ...
@@ -225,3 +225,8 @@ Start-Service ssh-agent
225 225
Get-Service ssh-agent
226 226
```
227 227
- [Visual Studio Code Remote Development Troubleshooting Tips and Tricks](https://code.visualstudio.com/docs/remote/troubleshooting#_setting-up-the-ssh-agent)
228
+
229
+# PowerShell Core のインストール
230
+- [PowerShell のさまざまなバージョンのインストール](https://docs.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell)
231
+ - [Windows への PowerShell Core のインストール](https://docs.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-core-on-windows)
232
+ - [Linux への PowerShell Core のインストール](https://docs.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-core-on-linux)