Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarify where the .gitattributes file goes
  • Loading branch information
HalfVoxel committed Mar 24, 2015
1 parent 26b6b22 commit 2cbfb0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Some people recommend checking binaries into different repositories or even not
# Installation and configuration
Place `git-fat` in your `PATH`.

Edit `.gitattributes` to regard any desired extensions as fat files.
Edit (or create) `.gitattributes` to regard any desired extensions as fat files.

$ cd path-to-your-repository
$ cat >> .gitattributes
*.png filter=fat -crlf
*.jpg filter=fat -crlf
Expand Down

0 comments on commit 2cbfb0e

Please sign in to comment.