From d7d137a34ac229080603adc038391a5922cc53d0 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Fri, 27 Jul 2018 20:26:17 +0100 Subject: [PATCH] Added note about unzip and curl --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d6fc97..3b60703 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Install [.NET Core](https://www.microsoft.com/net/download/core) ### Unix +_Note: Ensure unzip and curl are installed on the system_ + ```shell curl -s https://raw.githubusercontent.com/tonerdo/dotget/master/scripts/install.sh | bash ``` @@ -119,4 +121,4 @@ If you find a bug or have a feature request, please report them at this reposito ## License -This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info. \ No newline at end of file +This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.