From 8c42b16cf4574b8bbcbfc208544e453ee7eb2f91 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Sun, 10 Nov 2024 08:47:22 -0600 Subject: [PATCH] ci: fix deb release name Signed-off-by: Callahan Kovacs --- .github/workflows/publish.yaml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ddb95ea..1ca8ac3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: with: artifacts: ${{ env.deb_file }} token: ${{ secrets.GITHUB_TOKEN }} - name: Release ${{ github.ref_name }} + name: ${{ env.deb_file }} - $(date +"%Y-%b-%d") tag: ${{ github.ref_name }} overwrite: true diff --git a/README.md b/README.md index be22455..3e4c6f6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ This repository contains the Linux hid-magicmouse driver with Magic Trackpad 2 U This driver is based on the work of @RicardoEPRodrigues, @robotrovsky, @svartalf, @0xABAD, and probably others. Thank you! +## Install driver on Debian, Ubuntu, and derivatives + +Download the latest release [here](https://github.com/mr-cal/Linux-Magic-Trackpad-2-USB-C-Driver/releases) and install it with: + +```bash +sudo dpkg -i magicmouse-hid*.deb +``` + ## Install Driver with DKMS Setup/install with: