File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,32 +20,32 @@ Ubuntu 14.04
2020============
2121
2222Using 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
2626sudo 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
3030CentOS 7.1
3131==========
3232
3333Using 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
4040OS 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,
4444double-click it, and follow the prompts. Or install it from the
4545terminal:
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
5151Note that because OS X is a derivation of BSD, instead of ` /opt ` , the
You can’t perform that action at this time.
0 commit comments