diff --git a/README.md b/README.md
index 2adfb307741c2d6153c27e2674f8f057755c4b22..60fc8c5be3ead47935d2d629c720c317f14ba0a4 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"
+```