From 2cbfb0e45faef72b436541401e63932dbce797b8 Mon Sep 17 00:00:00 2001 From: Aron Granberg Date: Tue, 24 Mar 2015 23:32:27 +0100 Subject: Update README.md Clarify where the .gitattributes file goes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1