From 1818bfeaf6c71be3816deefdd687a8292a56c255 Mon Sep 17 00:00:00 2001 From: Ushakov Michael Date: Wed, 6 Mar 2024 03:52:27 +0500 Subject: [PATCH] important NOTES --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d5242a3..c99eea0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ You could find **why and how to support us** [here](Support.md) #### 3.2 Linux [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/wissance-zerial) +To make application work in SNAP: +``` +sudo snap set system experimental.hotplug=true +sudo systemctl restart snapd.service +sudo snap connect wissance-zerial:serial-port +``` + ### 4. Contributors