NCAR / music-box

A box/column model using MICM chemistry
Apache License 2.0
14 stars 8 forks source link

adding instructions for windows users #142

Closed K20shores closed 9 months ago

K20shores commented 9 months ago

Closes #141

The issue is that git converts line endings to windows line endings by default. That means that our shebang /bin/bash/\n gets converted to /bin/bash\r\n and the command it tries to run is /bin/bash\r, which is not a command. So windows users must prevent git from doing this to run our tests successfully