From ba3511c4e7fe2bb3c345fdd31422cdd7c4b75621 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Apr 2022 18:49:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20adapt=20to=20new=20version=20for?= =?UTF-8?q?mat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b476b7..73f3a35 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ At the end I [reverse-engineered](https://github.com/DrMaxNix/phoenix-upshid/blo ## How to use Download and extract source and compile: ```console -$ wget https://github.com/DrMaxNix/phoenix-upshid/archive/refs/tags/1.0.1.tar.gz -$ tar xf 1.0.1.tar.gz +$ wget https://github.com/DrMaxNix/phoenix-upshid/archive/refs/tags/v1.0.1.tar.gz +$ tar xf v1.0.1.tar.gz $ cd phoenix-upshid-1.0.1 $ gcc -o phoenix-upshid phoenix-upshid.c ```