Update linux.md

This commit is contained in:
Raghu Shantha [MSFT] 2016-08-01 16:32:16 -07:00 committed by GitHub
parent 6efad14aa6
commit 818bbfda13

View file

@ -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.