From 4afc7d6c95c52d55d7824290c9a166518132b33b Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 5 Oct 2020 11:46:21 +0100 Subject: [PATCH] updates --- README.md | 2 ++ script/install | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 115b0d7..8b24d30 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ bash <(curl -s https://comrad.app/run) #### ...on Windows +Unfortunately, Windows is not yet supported. We tried and tried, but cannot get everything to install correctly on either Mingw64 or Cygwin; and we also haven't yet packaged a binary release with pyinstaller. If you are a developer, please lend a hand to support Windows. The current attempt at a windows installation is located [here](https://github.com/ComradOrg/Comrad/blob/master/script/install-windows.sh). + ### Run #### ...on Mac OSX diff --git a/script/install b/script/install index 0e74b29..87302c5 100644 --- a/script/install +++ b/script/install @@ -37,7 +37,7 @@ if [ "$machine" = "MinGw" ] || [ "$machine" = "Cygwin" ] then echo -e "\nSorry, but Windows is not yet supported." echo -e "\nIf you are a developer, please lend a hand to support Windows." - echo "The currentattempt at a windows installation is located here:" + echo "The current attempt at a windows installation is located here:" echo "https://github.com/ComradOrg/Comrad/blob/master/script/install-windows.sh" exit 1