From f3cec2c6fc10843ba9b7e18127b99df2f5d57ece Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Thu, 21 Nov 2024 11:50:42 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20ur?= =?UTF-8?q?l=20=D0=BA=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aff44db..7c8b61e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # noolite Package noolite provide class for control Noolite Adapters PC11xx. -Protocol described on url: https://gogs.dended.keenetic.pro/ded/noolitelib/src/master/docs/PC11xx_HID_API.pdf +Protocol described on url: https://gogs.dended.ru/ded/noolitelib/src/master/docs/PC11xx_HID_API.pdf To have access on device from common user add the next rule to udev. For example to /etc/udev/rules.d/50-noolite.rules next line: ``` @@ -19,7 +19,7 @@ Include lib in your project with CMake FetchContent: include(FetchContent) FetchContent_Declare( noolite - GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/noolitelib.git + GIT_REPOSITORY https://gogs.dended.ru/ded/noolitelib.git GIT_TAG master ) FetchContent_MakeAvailable(noolite)