-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle OS compatibility (Linux and Windows for now) #22
Comments
android too |
I propose: Linux
Windows
(I will take care of the separators). AndroidOpen to suggestions. |
We are using Cmder for Windows, so we could do the way torchbear does it: https://github.com/foundpatterns/torchbear/blob/master/install.sh#L144 Similar with Android. |
For windows, it would be best to make sure that any variables youre using will work (eg On a side note: It would be best to use |
How was it handled in the end ? |
Right now we are only compatible with Linux.
It is essential that we also approach Windows.
I will need help to test the same features on Windows (different versions) and Linux.
The text was updated successfully, but these errors were encountered: