Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorSteve Lee <slee@microsoft.com>2017-10-18 03:25:11 +0300
committerDongbo Wang <dongbow@microsoft.com>2017-10-18 03:25:11 +0300
commit2cc091115b2279a2d5efa2e8ff67fea8185a0e17 (patch)
tree87808be6710604b15971e8c4574fa2899c254da0 /demos
parent17731cf6e955fc78591c995b22ff84e47e657836 (diff)
Rename powershell.exe to pwsh.exe (#5101)
- Rename powershell.exe to pwsh.exe - Fixe appveyor.psm1 - Update MSI to include 'pwsh' in path and app paths - Revert change for hyper-v powershell direct - Update names in packaging.psm1. - Fix check for SxS
Diffstat (limited to 'demos')
-rw-r--r--demos/Raspberry-Pi/README.md2
-rw-r--r--demos/SSHRemoting/README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/Raspberry-Pi/README.md b/demos/Raspberry-Pi/README.md
index 0e528f1dfa..6a6a5fff1c 100644
--- a/demos/Raspberry-Pi/README.md
+++ b/demos/Raspberry-Pi/README.md
@@ -72,7 +72,7 @@ cp shared/Microsoft.NetCore.App/2.1.0-preview1-25719-04/* ~/powershell
## Start PowerShell
```bash
-~/powershell/powershell
+~/powershell/pwsh
```
Note that until arm32 is [fully supported by CoreCLR](https://github.com/dotnet/coreclr/issues/3977), it's not supported by PowerShell Core.
diff --git a/demos/SSHRemoting/README.md b/demos/SSHRemoting/README.md
index 25f93922f3..a0cbbf4608 100644
--- a/demos/SSHRemoting/README.md
+++ b/demos/SSHRemoting/README.md
@@ -46,9 +46,9 @@ In addition you will need to enable password authentication and optionally key b
```none
PasswordAuthentication yes
```
- - Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.0/powershell.exe` with the correct path to the version you want to use
+ - Add a PowerShell subsystem entry, replace `c:/program files/powershell/6.0.0/pwsh.exe` with the correct path to the version you want to use
```none
- Subsystem powershell c:/program files/powershell/6.0.0/powershell.exe -sshs -NoLogo -NoProfile
+ Subsystem powershell c:/program files/powershell/6.0.0/pwsh.exe -sshs -NoLogo -NoProfile
```
- Optionally enable key authentication
```none
@@ -173,7 +173,7 @@ Microsoft Windows [Version 10.0.10586]
#
# Windows to Windows
#
-C:\Users\PSUser\Documents>"C:\Program Files\PowerShell\6.0.0.17\powershell.exe"
+C:\Users\PSUser\Documents>pwsh.exe
PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.