Skip to content

Commit

Permalink
Update links for alpha.9
Browse files Browse the repository at this point in the history
Also adds the Windows 8.1 build to the readme, and bumps the AppVeyor
build number.
  • Loading branch information
andyleejordan committed Aug 16, 2016
1 parent 494ccc3 commit 1e265e9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@ Get PowerShell

You can download and install a PowerShell package for any of the following platforms.

| Platform | Downloads | How to Install |
|--------------|---------------------|-----------------------------|
| Windows | [.msi][rl-windows] | [Instructions][in-windows] |
| Ubuntu 14.04 | [.deb][rl-ubuntu14] | [Instructions][in-ubuntu14] |
| Ubuntu 16.04 | [.deb][rl-ubuntu16] | [Instructions][in-ubuntu16] |
| CentOS 7 | [.rpm][rl-centos] | [Instructions][in-centos] |
| OS X 10.11 | [.pkg][rl-osx] | [Instructions][in-osx] |

[rl-windows]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.8/PowerShell_6.0.0.8.msi
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.8/powershell_6.0.0-alpha.8-1_amd64-ubuntu.14.04-x64.deb
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.8/powershell_6.0.0-alpha.8-1_amd64-ubuntu.16.04-x64.deb
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.8/powershell-6.0.0_alpha.8-1.x86_64-centos.7-x64.rpm
[rl-osx]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.8/powershell-6.0.0-alpha.8-osx.10.11-x64.pkg
| Platform | Downloads | How to Install |
|--------------|----------------------|-----------------------------|
| Windows 10 | [.msi][rl-windows10] | [Instructions][in-windows] |
| Windows 8.1 | [.msi][rl-windows81] | [Instructions][in-windows] |
| Ubuntu 16.04 | [.deb][rl-ubuntu16] | [Instructions][in-ubuntu16] |
| Ubuntu 14.04 | [.deb][rl-ubuntu14] | [Instructions][in-ubuntu14] |
| CentOS 7 | [.rpm][rl-centos] | [Instructions][in-centos] |
| OS X 10.11 | [.pkg][rl-osx] | [Instructions][in-osx] |

[rl-windows10]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/PowerShell_6.0.0.9-alpha.9-win10-x64.msi
[rl-windows81]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/PowerShell_6.0.0.9-alpha.9-win81-x64.msi
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1_amd64-ubuntu.16.04-x64.deb
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1_amd64-ubuntu.14.04-x64.deb
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0_alpha.9-1.x86_64-centos.7-x64.rpm
[rl-osx]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell-6.0.0-alpha.9-osx.10.11-x64.pkg

[installation]: docs/installation
[in-windows]: docs/installation/windows.md#msi
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.0.0-alpha.8-{build}
version: 6.0.0-alpha.9-{build}

cache:
- '%LocalAppData%\Microsoft\dotnet'
Expand Down
20 changes: 10 additions & 10 deletions docs/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Ubuntu 14.04
============

Using [Ubuntu 14.04][], download the Debian package
`powershell_6.0.0-alpha.8-1_amd64-ubuntu.14.04-x64.deb`
`powershell_6.0.0-alpha.9-1_amd64-ubuntu.14.04-x64.deb`
from the [releases][] page onto the Ubuntu machine.

Then execute the following in the terminal:

```sh
sudo apt-get install libunwind8 libicu52
sudo dpkg -i powershell_6.0.0-alpha.8-1_amd64-ubuntu.14.04-x64.deb
sudo dpkg -i powershell_6.0.0-alpha.9-1_amd64-ubuntu.14.04-x64.deb
```

[Ubuntu 14.04]: http://releases.ubuntu.com/14.04/
Expand All @@ -32,7 +32,7 @@ Ubuntu 16.04
============

Using [Ubuntu 16.04][], download the Debian package
`powershell_6.0.0-alpha.8-1_amd64-ubuntu.16.04-x64.deb`
`powershell_6.0.0-alpha.9-1_amd64-ubuntu.16.04-x64.deb`
from the [releases][] page onto the Ubuntu machine.

Then execute the following in the terminal:
Expand All @@ -41,7 +41,7 @@ Then execute the following in the terminal:
```sh
sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-alpha.8-1_amd64-ubuntu.16.04-x64.deb
sudo dpkg -i powershell_6.0.0-alpha.9-1_amd64-ubuntu.16.04-x64.deb
```

[Ubuntu 16.04]: http://releases.ubuntu.com/16.04/
Expand All @@ -51,13 +51,13 @@ CentOS 7
========

Using [CentOS 7][], download the RPM package
`powershell-6.0.0_alpha.8-1.x86_64-centos.7-x64.rpm`
`powershell-6.0.0_alpha.9-1.x86_64-centos.7-x64.rpm`
from the [releases][] page onto the CentOS machine.

Then execute the following in the terminal:

```sh
sudo yum install powershell-6.0.0_alpha.8-1.x86_64-centos.7-x64.rpm
sudo yum install powershell-6.0.0_alpha.9-1.x86_64-centos.7-x64.rpm
```

> This package should work on Red Hat Enterprise Linux 7 too.
Expand All @@ -67,19 +67,19 @@ sudo yum install powershell-6.0.0_alpha.8-1.x86_64-centos.7-x64.rpm
OS X 10.11
==========

Using OS X 10.11, download the PKG package `powershell-6.0.0-alpha.8-osx.10.11-x64.pkg` from the [releases][] page onto the OS X machine.
Using OS X 10.11, download the PKG package `powershell-6.0.0-alpha.9-osx.10.11-x64.pkg` from the [releases][] page onto the OS X machine.

Either double-click the file and follow the prompts,
or install it from the terminal:

```sh
sudo installer -pkg powershell-6.0.0-alpha.8-osx.10.11-x64.pkg -target /
sudo installer -pkg powershell-6.0.0-alpha.9-osx.10.11-x64.pkg -target /
```

Paths
=====

* `$PSHOME` is `/opt/microsoft/powershell/6.0.0-alpha.8/`
* `$PSHOME` is `/opt/microsoft/powershell/6.0.0-alpha.9/`
* User profiles will be read from `~/.config/powershell/profile.ps1`
* Default profiles will be read from `$PSHOME/profile.ps1`
* User modules will be read from `~/.local/share/powershell/Modules`
Expand All @@ -95,7 +95,7 @@ On Linux and OS X, the [XDG Base Directory Specification][xdg-bds] is respected.

Note that because OS X is a derivation of BSD,
instead of `/opt`, the prefix used is `/usr/local`.
Thus, `$PSHOME` is `/usr/local/microsoft/powershell/6.0.0-alpha.8/`,
Thus, `$PSHOME` is `/usr/local/microsoft/powershell/6.0.0-alpha.9/`,
and the symlink is placed at `/usr/local/bin/powershell`.

[releases]: https://github.com/PowerShell/PowerShell/releases/latest
Expand Down

0 comments on commit 1e265e9

Please sign in to comment.