From d518d42c03f5ded57c43ca9b0aa4819384a65b56 Mon Sep 17 00:00:00 2001 From: Alexander Volz Date: Thu, 16 Sep 2021 18:15:00 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 729c792..bc7af11 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ VolumeHIDtoOSC is a simple c service that allows to use a HID device under linux ## installing on ubuntu/debian -* download the [latest release](https://github.com/Apfelwurm/VolumeHIDtoOSC/releases) +* download the [latest release](https://github.com/Apfelwurm/VolumeHIDtoOSC/releases) depending on your architecture (most likely x64, for Raspberry use armhf) * open your cli in the download folder and run: ``` -sudo dpkg -i volumehidtoosc_*_amd64.deb +sudo dpkg -i volumehidtoosc_*.deb ``` ``` sudo systemctl enable volumehidtoosc && sudo systemctl start volumehidtoosc && sudo systemctl status volumehidtoosc