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