Skip to content

Commit 3b969df

Browse files
authored
Add info how to download an older version of a project
1 parent 5b55a16 commit 3b969df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ For example, to download a project:
7878
```
7979
$ mergin --username john download john/project1 ~/mergin/project1
8080
```
81+
To download a specific version of a project:
82+
```
83+
$ mergin --username john download --version v42 john/project1 ~/mergin/project1
84+
```
8185

8286
If you do not want to specify username on the command line and be asked for you password every time,
8387
it is possible to set env variables MERGIN_USERNAME and MERGIN_PASSWORD.

0 commit comments

Comments
 (0)