Skip to content

Commit

Permalink
adding instructions for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Sep 26, 2023
1 parent 58674b6 commit 3c531c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ MusicBox: A MUSICA model for boxes and columns.

Copyright (C) 2020 National Center for Atmospheric Research

# Windows Users

> [!IMPORTANT]
> By default git will checkout the repository with `\r\n`. When running
> `make test`, if you see something related to `BAD COMMAND` or a file not found issue
> it is most likely because all of your files are using windows line endings instead of linux line endings.
> Because all of our docker files are based off of linux, things will fail.
To fix this, please configure git to use linux line endings.

```
git config --global core.autocrlf false
```

# Install and run from local git clone

```
Expand Down

0 comments on commit 3c531c7

Please sign in to comment.