From 422304c42812315963dedadd338d6db61b5c6691 Mon Sep 17 00:00:00 2001 From: cpu Date: Thu, 20 Nov 2025 06:48:48 +0100 Subject: [PATCH] Fix README links and update installation command for webhook --- arduino/README.md | 2 +- docs/deployment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arduino/README.md b/arduino/README.md index 0d04c97..e7e2d60 100644 --- a/arduino/README.md +++ b/arduino/README.md @@ -35,7 +35,7 @@ A game controller using a Seeed Studio XIAO nRF52840 Sense board that emulates a - Install the "Seeed nRF52 Boards" package. - Select "Seeed XIAO BLE Sense - nRF52840" as the board. - Install the "Adafruit Bluefruit nRF52" library. -2. **Upload:** Compile and upload the [sketch](../sketch.ino) to your XIAO board. +2. **Upload:** Compile and upload the [sketch](sketch.ino) to your XIAO board. 3. **Connect:** Scan for Bluetooth devices on your computer or mobile device and connect to "Nexus Game Controller". 4. **Play:** Press the buttons to send keystrokes. Open the Serial Monitor at 115200 baud to see debug information. diff --git a/docs/deployment.md b/docs/deployment.md index cd131cb..bfce57e 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -79,7 +79,7 @@ Instead of manually pulling, building, and restarting on the server, you can aut Install the `webhook` service ```bash -sudo install webhook +sudo apt install webhook ``` Allow your Gitea instance to reach the webhook service on your server (e.g., `10.0.0.1:9000`). Ensure Gitea's `ALLOWED_HOST_LIST` in its `app.ini` includes this IP. ### The Redeployment Script