Skip to content

Commit 6e45b15

Browse files
Merge pull request #18 from Dave3o3/develop
added some additional mounting instructions for not so experienced users
2 parents fff9d4f + 842d51f commit 6e45b15

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,24 @@ java -jar cryptomator-cli-x.y.z.jar \
2525

2626
Then you can access the vault using any WebDAV client, e.g. using `davfs2`:
2727

28+
First you need to create a mount point for your vault
29+
30+
```sh
31+
sudo mkdir /media/your/mounted/folder
32+
```
33+
34+
Then you can mount the vault
35+
2836
```sh
2937
sudo mount -t davfs http://localhost:8080/demoVault/ /media/your/mounted/folder
3038
```
3139

40+
To "eject"/unmount the vault use
41+
42+
```sh
43+
sudo umount /media/your/mounted/folder
44+
```
45+
3246
## License
3347

3448
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)