From 7c0756783a5431279f910259ec0ce619781655f8 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Thu, 26 Apr 2018 12:30:40 +0100 Subject: [PATCH 1/2] Fix table of contents --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8eca1076..2577a9cbf 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ Table of Contents - [Installation](#installation) + [From PowerShell Gallery](#from-powershell-gallery) - [Requirements](#requirements) - * [Windows](#windows) - * [Linux (*Tested only on Ubuntu 14.04*)](#linux-tested-only-on-ubuntu-1404) + [From Source](#from-source) - [Requirements](#requirements-1) - [Steps](#steps) @@ -81,6 +79,8 @@ Exit ### From Source +#### Requirements + * [.NET Core 2.1.101 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.101) or newer * [PlatyPS 0.9.0 or greater](https://github.com/PowerShell/platyPS/releases) * Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/) From f34ecac7096026269bad33be32867e41bbe17c03 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Mon, 7 May 2018 21:52:08 +0100 Subject: [PATCH 2/2] fix ToC reference due to merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4405a5a6..a768ced0e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Table of Contents + [From PowerShell Gallery](#from-powershell-gallery) - [Supported PowerShell Versions and Platforms](#supported-powerShell-versions-and-platforms) + [From Source](#from-source) - - [Requirements](#requirements-1) + - [Requirements](#requirements) - [Steps](#steps) - [Tests](#tests) - [Suppressing Rules](#suppressing-rules)