CHLNDDEV / OceanMesh2D

A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).
https://github.com/sponsors/krober10nd
GNU General Public License v3.0
178 stars 64 forks source link

Update setup.bat to use 'curl' instead of 'wget', added installation instructions into README.md #311

Closed omouraenko closed 3 months ago

omouraenko commented 3 months ago

Replaced 'wget' with 'curl' as 'curl' is available in Windows. Both 'curl' and 'tar' used in the script are now included as standard components in Windows.

omouraenko commented 3 months ago

Updated 'readme.md' file, added installation instructions, and made minor formatting fixes

omouraenko commented 3 months ago

Created a bit of mess here while learning Git/GitHub. I wasn't aware that actions after a pull request still appear in the same pull request as they are changes to the same branch.

krober10nd commented 3 months ago

No worries. This looks straightforward and makes sense why you did it. Thank you