Skip to content

Commit b4a75b4

Browse files
committed
Bump package version in Linux install docs
1 parent a5d11a6 commit b4a75b4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/installation/linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,32 @@ Ubuntu 14.04
2020
============
2121

2222
Using a stock Ubuntu 14.04 image, download the
23-
`powershell_0.4.0-1_amd64.deb` file, and then execute the following:
23+
`powershell_0.5.0-1_amd64.deb` file, and then execute the following:
2424

2525
```sh
2626
sudo apt-get install libunwind8 libicu52
27-
sudo dpkg -i powershell_0.4.0-1_amd64.deb
27+
sudo dpkg -i powershell_0.5.0-1_amd64.deb
2828
```
2929

3030
CentOS 7.1
3131
==========
3232

3333
Using a stock CentOS 7.1 image, download the
34-
`powershell-0.4.0-1.x86_64.rpm` file, and then execute the following:
34+
`powershell-0.5.0-1.x86_64.rpm` file, and then execute the following:
3535

3636
```sh
37-
sudo yum install powershell-0.4.0-1.x86_64.rpm
37+
sudo yum install powershell-0.5.0-1.x86_64.rpm
3838
```
3939

4040
OS X 10.11
4141
==========
4242

43-
Using an OS X 10.11 machine, download the `powershell-0.4.0.pkg` file,
43+
Using an OS X 10.11 machine, download the `powershell-0.5.0.pkg` file,
4444
double-click it, and follow the prompts. Or install it from the
4545
terminal:
4646

4747
```sh
48-
sudo installer -pkg powershell-0.4.0.pkg -target /
48+
sudo installer -pkg powershell-0.5.0.pkg -target /
4949
```
5050

5151
Note that because OS X is a derivation of BSD, instead of `/opt`, the

0 commit comments

Comments
 (0)