master
quadrismegistus 4 years ago
parent 1390e67aa2
commit 4afc7d6c95

@ -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

@ -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

Loading…
Cancel
Save