From a8bcfa1243367331398f62398e48e11963b83e8f Mon Sep 17 00:00:00 2001
From: Dominik Brilhaus <dominik.brilhaus@hhu.de>
Date: Mon, 30 Jan 2023 18:25:55 +0100
Subject: [PATCH] add note to clone without gitlfs

---
 README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/README.md b/README.md
index 2adfb30..60fc8c5 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,30 @@
 # ricinus_proteome_arc
 
 Legacy data on Ricinus proteome from Nicole Linka and Thomas Wrobel
+
+
+## Clone / sync this ARC
+
+### Including LFS
+
+```bash
+arc get -r https://git.nfdi4plants.org/brilator/ricinus_proteome_arc.git
+```
+
+```bash
+arc sync
+```
+
+### Without LFS objects
+
+```bash
+arc get --nolfs -r https://git.nfdi4plants.org/brilator/ricinus_proteome_arc.git
+```
+
+
+#### Change LFS option on machine, where I do not want to download lfs objects
+
+```bash
+git config --local filter.lfs.smudge "git-lfs smudge --skip -- %f"
+git config --local filter.lfs.process "git-lfs filter-process --skip"
+```
-- 
GitLab