From 2f09b6ce8f9a7f0fca27eb80c06f3de6d334d57b Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 3 Feb 2021 16:04:36 +0100 Subject: [PATCH] README: Allow Snap to access to external drives (#218) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 725cd29..913df8f 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ You can update the package with the same command. ``` sudo snap install czkawka ``` +By default, Snap can only access to the files in your home directory. You have to allow czkawka to access to all the drives: + +``` +sudo snap connect czkawka:removable-media +``` + The Snap store entry can be found [**here**](https://snapcraft.io/czkawka). Fresh builds are available in edge branch, but they may be a little unstable, although that happenes very rarely