From dcf6d5fb68ade071dc7e522dec93409f79c342aa Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Mon, 12 Oct 2020 08:25:49 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e5398bbc..0d05f659e8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Active development happens on the main branch. This always contains the latest v * [Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 3.1 SDK * Install Git -* Run `build.ps1` or `build.sh` in the root of the repo +* Clone this repo +* Run `build.ps1` or `build.sh` in the root of the cloned repo ## Documentation For project documentation, please visit [readthedocs](https://identityserver4.readthedocs.io).