From 818bbfda133cc69ac1b3a634fb952aa5e20cb596 Mon Sep 17 00:00:00 2001 From: "Raghu Shantha [MSFT]" Date: Mon, 1 Aug 2016 16:32:16 -0700 Subject: [PATCH] Update linux.md --- docs/installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index e77c277cb..c0110db44 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -6,8 +6,6 @@ All packages are available on our GitHub [releases][] page. Once the package is installed, run `powershell` from a terminal. -> There is a symlink created from `/usr/bin/powershell` to `/opt/microsoft/powershell/powershell` to ensure `powershell` is in your path. - [releases]: https://github.com/PowerShell/PowerShell/releases/latest [xdg-bds]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html @@ -73,3 +71,5 @@ Paths The profiles respect PowerShell's per-host configuration, so the default host-specific profiles exists at `Microsoft.PowerShell_profile.ps1` in the same locations. On Linux and OS X, the [XDG Base Directory Specification][xdg-bds] is respected. + +> There is a symlink created from `/usr/bin/powershell` to `/opt/microsoft/powershell/powershell` to ensure `powershell` is in your path.