From da6863cf084d09d8461f79c03b055096bd4df732 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 19 Jan 2017 06:17:02 -0500 Subject: [PATCH] remove netcore as a requirement --- Readme.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 49610fc..4ea97ca 100644 --- a/Readme.md +++ b/Readme.md @@ -25,12 +25,6 @@ I don't have a mac so I couldn't test this, but this script might work so long a /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap caskroom/cask brew cask install docker-toolbox -brew update -brew install openssl -mkdir -p /usr/local/lib -ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/ -ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/ -brew cask install dotnet ``` @@ -38,7 +32,10 @@ brew cask install dotnet if you prefer to not use the scripts I have made you will need the following installed. -* dotnet core +* Docker +* Docker-Compose +* Docker-machine +-- or (win10/macOS only) -- * docker-toolbox ### Notes about Windows 7, 8, 8.1, server 2012