Skip to content

Commit fff9d4f

Browse files
Update README.md
1 parent 641023e commit fff9d4f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ java -jar cryptomator-cli-x.y.z.jar \
2323
# you can now mount http://localhost:8080/demoVault/
2424
```
2525

26+
Then you can access the vault using any WebDAV client, e.g. using `davfs2`:
27+
28+
```sh
29+
sudo mount -t davfs http://localhost:8080/demoVault/ /media/your/mounted/folder
30+
```
31+
2632
## License
2733

2834
This project is dual-licensed under the AGPLv3 for FOSS projects as well as a commercial license derived from the LGPL for independent software vendors and resellers. If you want to use this library in applications, that are *not* licensed under the AGPL, feel free to contact our [support team](https://cryptomator.org/help/).

0 commit comments

Comments
 (0)