Skip to content

Commit 5464956

Browse files
luzpazchennes
authored andcommitted
Docs: add how to access 3rd party peripherals through FC snap
1 parent dcd82b0 commit 5464956

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,10 @@ Questions:
146146
Answers:
147147
1. Dependencies are listed using their apt package names and are retrieved from the set of repositories officially supported by the distribution (make sure you pulling an apt package for the correct distro version that the snap packaging is utilizing).
148148
2. https://packages.ubuntu.com (it may be beneficial to cross-reference https://repology.org)
149+
150+
## Accessing 3rd-party devices (samba, usb etc..) via FreeCAD Snap
151+
152+
```shell
153+
sudo snap connect freecad:removable-media
154+
```
155+
Reference: https://askubuntu.com/questions/1226304/how-do-i-access-mounted-hard-drive-with-a-snap-application

0 commit comments

Comments
 (0)