From 9c3b3b5d97cebe1d3f673e30b95dba3322fb567a Mon Sep 17 00:00:00 2001 From: Patrick O'Connell <30395316+pdoconnell@users.noreply.github.com> Date: Wed, 21 Nov 2018 21:14:18 -0600 Subject: [PATCH] Update README.md MODULES-8285 The README.md is out of date due to external changes and needs an update. First, the link for the Linux installation documentation is dead (404). Substitute a correct link. Second, the outside issue with a missing HOME environment variable was closed in 2016. Remove that section of the README. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b39854d..d82776c6 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,7 @@ Runs the `exec`, unless the command returns 0. Valid options: String. Default: U * Only supported on Windows Server 2008 and above, and Windows 7 and above. -* Experimental support added for Ubuntu 16.04, Ubuntu 14.0.4 and, CentOS 7. - - Note that this module will not install PowerShell on these platforms. For further information see the [Linux installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powershell-core-on-linux). +* Experimental support added for Ubuntu 16.04, Ubuntu 14.0.4 and, CentOS 7. Note that this module will not install PowerShell on these platforms. For further information see the [Linux installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/setup/installing-powershell-core-on-linux). * Only supported on Powershell 2.0 and above.