From 70462b5d537a4d6bdcfec1e8e6b2797cb23c5c79 Mon Sep 17 00:00:00 2001 From: Scott Bommarito Date: Fri, 22 Mar 2019 09:23:40 -0700 Subject: [PATCH] Rename Setup-DevEnvironment script (#3) --- README.md | 2 +- .../{Setup-DevEnvironment.ps1 => Setup-LocalEnvironment.ps1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{Setup-DevEnvironment.ps1 => Setup-LocalEnvironment.ps1} (100%) diff --git a/README.md b/README.md index f7ae695..42ce291 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo contains the website running NuGet's [public status page](https://stat Set up your DEV environment: -```scripts\Setup-DevEnvironment.ps1``` +```scripts\Setup-LocalEnvironment.ps1``` Pull requests should be based on the `dev` branch. Once a release is planned, the `dev` branch or specific, cherry-picked changes, can flow to `master`. diff --git a/scripts/Setup-DevEnvironment.ps1 b/scripts/Setup-LocalEnvironment.ps1 similarity index 100% rename from scripts/Setup-DevEnvironment.ps1 rename to scripts/Setup-LocalEnvironment.ps1