comment out PowerShell docs
authorAJ ONeal <aj@therootcompany.com>
Tue, 30 Jun 2020 06:17:21 +0000 (06:17 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 30 Jun 2020 06:17:21 +0000 (06:17 +0000)
powershell/README.md

index b0215b6194f148777a3fb6c3405169c4019adc68..9064f97cd25d19d982ccfc769454600b4009d36e 100644 (file)
@@ -7,11 +7,13 @@ description: |
   PowerShell is the default shell on Windows 10. Since `curl.exe | powershell` is effectively as convenient as `curl | bash` for users, and since Windows 10 also includes tar, curl.exe, and ssh, among others, you can use fairly simple PowerShell to make a variety of tasks simple for Windows developers.
 ---
 
+<!--
 For example, if you wanted to install Node.js with powershell and
 webinstall.dev, you can:
 
 ```cmd
 curl.exe -s -A "MS" https://webinstall.dev/node@lts | powershell
 ```
+-->
 
 <!-- TODO if, pipe, function -->