summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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