Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle authored Aug 1, 2024
1 parent 3fa6de9 commit 9390c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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!*
Expand Down

0 comments on commit 9390c72

Please sign in to comment.