aboutsummaryrefslogtreecommitdiff
path: root/SETUP.md
diff options
context:
space:
mode:
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SETUP.md b/SETUP.md
index cdf3216..be8fbcd 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -30,7 +30,7 @@ go into the folder,
and initialize its git and git-annex databases:
git init
- git annex init --version=7
+ git annex init
To use git-annex only for large files (git for smaller ones),
add e.g. the following to file `.gitattributes`:
@@ -53,7 +53,7 @@ first create a local clone from the shared location,
and tell git-annex to use it:
git clone git://[[!template id=githost]]/example
- git annex init --version=7
+ git annex init
Then from time to time syncronize,
ensuring that all content exists both locally and remotely: