From b3ea362f40eca6223cd5e59e34613b5df1a786bd Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Wed, 1 Jun 2022 13:58:14 -0700 Subject: [PATCH] Updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 23909d5..6f21d51 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,15 @@ To get a local copy up and running follow these simple example steps. This is an example of how to list things you need to use the software and how to install them. +* Docker + ```sh + https://www.docker.com/ + ``` +* .NET Core + ```sh + https://dotnet.microsoft.com/ + ``` + * npm ```sh npm install npm@latest -g