Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ sample-dotnet1
sample-dotnet2
#endregion

#region docs/installation/linux.md Overrides
- docs/installation/linux.md
#region docs/installation/unix.md Overrides
- docs/installation/unix.md
compat-openssl10
dockerfile
libc6
Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@ You can also download the PowerShell binary archives for Windows, macOS and Linu

[installation]: docs/installation
[in-windows]: docs/installation/windows.md#msi
[in-ubuntu14]: docs/installation/linux.md#ubuntu-1404
[in-ubuntu16]: docs/installation/linux.md#ubuntu-1604
[in-ubuntu17]: docs/installation/linux.md#ubuntu-1704
[in-deb8]: docs/installation/linux.md#debian-8
[in-deb9]: docs/installation/linux.md#debian-9
[in-centos]: docs/installation/linux.md#centos-7
[in-rhel7]: docs/installation/linux.md#red-hat-enterprise-linux-rhel-7
[in-opensuse422]: docs/installation/linux.md#opensuse-422
[in-fedora25]: docs/installation/linux.md#fedora-25
[in-fedora26]: docs/installation/linux.md#fedora-26
[in-archlinux]: docs/installation/linux.md#arch-linux
[in-appimage]: docs/installation/linux.md#linux-appimage
[in-macos]: docs/installation/linux.md#macos-1012
[in-ubuntu14]: docs/installation/unix.md#ubuntu-1404
[in-ubuntu16]: docs/installation/unix.md#ubuntu-1604
[in-ubuntu17]: docs/installation/unix.md#ubuntu-1704
[in-deb8]: docs/installation/unix.md#debian-8
[in-deb9]: docs/installation/unix.md#debian-9
[in-centos]: docs/installation/unix.md#centos-7
[in-rhel7]: docs/installation/unix.md#red-hat-enterprise-linux-rhel-7
[in-opensuse422]: docs/installation/unix.md#opensuse-422
[in-fedora25]: docs/installation/unix.md#fedora-25
[in-fedora26]: docs/installation/unix.md#fedora-26
[in-archlinux]: docs/installation/unix.md#arch-linux
[in-appimage]: docs/installation/unix.md#linux-appimage
[in-macos]: docs/installation/unix.md#macos-1012
[in-docker]: docker
[in-kali]: docs/installation/linux.md#kali
[in-kali]: docs/installation/unix.md#kali
[in-windows-zip]: docs/installation/windows.md#zip
[in-tar]: docs/installation/linux.md#binary-archives
[in-tar]: docs/installation/unix.md#binary-archives

To install a specific version, visit [releases](https://github.com/PowerShell/PowerShell/releases).

Expand Down
4 changes: 2 additions & 2 deletions demos/SSHRemoting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ GitCommitId v6.0.0-alpha.17
[PowerShell for Windows]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/windows.md#msi
[Win32 Open SSH]: https://github.com/PowerShell/Win32-OpenSSH
[installation]: https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH
[PowerShell for Linux]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1404
[PowerShell for Linux]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/unix.md#ubuntu-1404
[Ubuntu SSH]: https://help.ubuntu.com/lts/serverguide/openssh-server.html
[PowerShell for MacOS]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#macos-1012
[PowerShell for MacOS]: https://github.com/PowerShell/PowerShell/blob/master/docs/installation/unix.md#macos-1012
2 changes: 1 addition & 1 deletion docs/building/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ which require manual dependency resolution.
Installing the toolchain is as easy as running `Start-PSBootstrap` in PowerShell.
Of course, this requires a self-hosted copy of PowerShell on Linux.

Fortunately, this is as easy as [downloading and installing the package](../installation/linux.md).
Fortunately, this is as easy as [downloading and installing the package](../installation/unix.md).
The `./tools/download.sh` script will also install the PowerShell package.

In Bash:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/learning-powershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ At the end of this exercise, you should be able to launch the PowerShell session

- Alternatively you can get the PowerShell by [building it](../../README.md#building-powershell)

[inst-linux]: ../installation/linux.md
[inst-linux]: ../installation/unix.md
[inst-win]: ../installation/windows.md
[inst-macos]: ../installation/linux.md#os-x-1011
[inst-macos]: ../installation/unix.md#os-x-1011

Getting Started with PowerShell
----
Expand Down