From 9390c725570a797f155785e162ace2aa497f9872 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:13:18 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb616b..1ea619a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ HID python library for emulating mouse and keyboard on PI. 1. Install apt dependencies -```bash +```console sudo apt-get update sudo apt-get install -y git python3-pip python3-venv ``` @@ -23,7 +23,7 @@ source ~/venv/bin/activate 3. install [usb gadget module](https://github.com/thewh1teagle/zero-hid/tree/main/usb_gadget#usb-gadget-module-configuration-for-zero-hid) 4. Install `zero-hid` with `pip` -```bash +```console pip3 install zero-hid ``` 5. Reboot *if not already!*