From 142b9f0f7c7517726e9086b7204528c6965b3a9c Mon Sep 17 00:00:00 2001 From: Jamie Bilinski Date: Mon, 15 Jan 2018 13:21:05 -0800 Subject: [PATCH 1/2] Updated bin path Used explicit _6.0.0_ rather than __ since rest of documentation targets 6.0.0 --- docs/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index eadf5c85368..abcd0685f9a 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -10,7 +10,7 @@ Once downloaded, double-click the installer and follow the prompts. There is a shortcut placed in the Start Menu upon installation. * By default the package is installed to `$env:ProgramFiles\PowerShell\` -* You can launch PowerShell via the Start Menu or `$env:ProgramFiles\PowerShell\pwsh.exe` +* You can launch PowerShell via the Start Menu or `$env:ProgramFiles\PowerShell\6.0.0\pwsh.exe` ### Prerequisites From 21a7227530008924d36a17545d8437bac79f3780 Mon Sep 17 00:00:00 2001 From: Jamie Bilinski Date: Wed, 28 Feb 2018 23:49:44 -0800 Subject: [PATCH 2/2] Packing install update made minor fix to launch instruction --- docs/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index abcd0685f9a..e09fe4b5777 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -10,7 +10,7 @@ Once downloaded, double-click the installer and follow the prompts. There is a shortcut placed in the Start Menu upon installation. * By default the package is installed to `$env:ProgramFiles\PowerShell\` -* You can launch PowerShell via the Start Menu or `$env:ProgramFiles\PowerShell\6.0.0\pwsh.exe` +* You can launch PowerShell via the Start Menu or `pwsh` from a new command prompt. ### Prerequisites