From 740c8a20151f5f8fe8f5d0cf76197078a47627d8 Mon Sep 17 00:00:00 2001 From: Michael Ababio Date: Thu, 22 Feb 2018 16:53:30 -0500 Subject: [PATCH] corrected typo: linux installation typo --- docs/installation/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index d35eb3f9a1e..65ba523c3eb 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -692,7 +692,7 @@ sudo mkdir -p /opt/microsoft/powershell/6.0.1 sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/6.0.1 # Set execute permissions -sudo chmod +x /usr/local/microsoft/powershell/6.0.1/pwsh +sudo chmod +x /opt/microsoft/powershell/6.0.1/pwsh # Create the symbolic link that points to pwsh sudo ln -s /opt/microsoft/powershell/6.0.1/pwsh /usr/bin/pwsh