From 3df318365e021baef28eb701df1278abc2bdf171 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 2 Jan 2018 13:02:18 -0800 Subject: [PATCH 1/3] Added supported devices to Raspberry-Pi docs --- docs/installation/linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index a3e31810d9e..e0b93402b66 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -674,7 +674,9 @@ dpkg -r powershell_6.0.0-rc-1.ubuntu.16.04_amd64.deb ## Raspbian -Currently, PowerShell is only supported on Raspbian Stretch. +Currently, PowerShell is only supported on Raspbian Stretch; +Also CoreCLR (and thus PowerShell Core) will only work on Pi 2 and Pi 3 devices as other devices like [Pi Zero](https://github.com/dotnet/coreclr/issues/10605) have an unsupported processor. +Download [Raspbian Stretch](https://www.raspberrypi.org/downloads/raspbian/) and follow the [installation instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) to get it onto your Pi. ### Installation From f278aa60395ee58d5ff2b866ef29522e8a978fa1 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 2 Jan 2018 13:09:03 -0800 Subject: [PATCH 2/3] Added supported devices to Raspberry-Pi docs 2 --- docs/installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index e0b93402b66..151a86ae7f8 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -674,8 +674,8 @@ dpkg -r powershell_6.0.0-rc-1.ubuntu.16.04_amd64.deb ## Raspbian -Currently, PowerShell is only supported on Raspbian Stretch; -Also CoreCLR (and thus PowerShell Core) will only work on Pi 2 and Pi 3 devices as other devices like [Pi Zero](https://github.com/dotnet/coreclr/issues/10605) have an unsupported processor. +Currently, PowerShell is only supported on Raspbian Stretch; also CoreCLR (and thus PowerShell Core) will only work on Pi 2 and Pi 3 devices as other devices like [Pi Zero](https://github.com/dotnet/coreclr/issues/10605) have an unsupported processor. + Download [Raspbian Stretch](https://www.raspberrypi.org/downloads/raspbian/) and follow the [installation instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) to get it onto your Pi. ### Installation From 6f8a7f4fedddf370ba2b298f1c922e14225efd40 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 2 Jan 2018 13:41:56 -0800 Subject: [PATCH 3/3] Added supported devices to Raspberry-Pi docs 3 --- docs/installation/linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index 151a86ae7f8..f6e5aa54a60 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -674,7 +674,9 @@ dpkg -r powershell_6.0.0-rc-1.ubuntu.16.04_amd64.deb ## Raspbian -Currently, PowerShell is only supported on Raspbian Stretch; also CoreCLR (and thus PowerShell Core) will only work on Pi 2 and Pi 3 devices as other devices like [Pi Zero](https://github.com/dotnet/coreclr/issues/10605) have an unsupported processor. +Currently, PowerShell is only supported on Raspbian Stretch. + +Also CoreCLR (and thus PowerShell Core) will only work on Pi 2 and Pi 3 devices as other devices like [Pi Zero](https://github.com/dotnet/coreclr/issues/10605) have an unsupported processor. Download [Raspbian Stretch](https://www.raspberrypi.org/downloads/raspbian/) and follow the [installation instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) to get it onto your Pi.