From 35ba1b1f59da904a09639ab2188f24af217b756b Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Do., 31 März 2022 00:34:41 +0200
Subject: [PATCH] FIX: typos and missing libusb package

---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d0b4521..85a4025 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 You may need to create new Docker files for your Debian based distribution. You can use `Dockerfile.impish` as template.
 
 ## Supported Architectures
-As the `g4track` library is binary only and x86 only, this packages run only only on x86 platforms.
+As the `g4track` library is binary only and x86 only, this packages run only on x86 platforms.
 ### Raspberry Pi
 To run G4 tools on a ARM Raspberry Pi anyways, you need to setup [QemuUserEmulation](https://wiki.debian.org/QemuUserEmulation).
 Please note that this may come with a performance penalty, as the software is executed through QEMU emulating an x86 platform.
@@ -23,5 +23,5 @@
 1. `sudo apt install qemu binfmt-support qemu-user-static`
 2. `sudo dpkg --add-architecture amd64`
 3. `sudo apt update`
-4. `sudo apt install libc6:amd64`
+4. `sudo apt install libc6:amd64 libusb-1.0-0:amd64`
 5. `sudo dpkg -i <your g4 debian packages, should include g4track>`

--
Gitblit v1.9.1