summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Granberg <HalfVoxel@users.noreply.github.com>2015-03-24 23:32:27 +0100
committerAron Granberg <HalfVoxel@users.noreply.github.com>2015-03-24 23:32:27 +0100
commit2cbfb0e45faef72b436541401e63932dbce797b8 (patch)
tree8b14671caebd42d10052e338bbb2642acea0fb2c
parent26b6b225b60a57506115d0a707bded11e5a245ff (diff)
downloadgit-fat-2cbfb0e45faef72b436541401e63932dbce797b8.tar.gz
Update README.md
Clarify where the .gitattributes file goes
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9526da9..1db7de8 100644
--- a/README.md
+++ b/README.md
@@ -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