README: Allow Snap to access to external drives (#218)

pull/240/head
Alexis Lefebvre 3 years ago committed by GitHub
parent 8dcb718843
commit 2f09b6ce8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save