1
0
Fork 0
mirror of synced 2024-04-27 17:22:13 +12:00

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

This commit is contained in:
Alexis Lefebvre 2021-02-03 16:04:36 +01:00 committed by GitHub
parent 8dcb718843
commit 2f09b6ce8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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