From e37b4717639210a402f0907df8a173292b102ac5 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 29 Apr 2022 19:22:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=20v1.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73f3a35..cf8b167 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ 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/v1.0.1.tar.gz -$ tar xf v1.0.1.tar.gz -$ cd phoenix-upshid-1.0.1 +$ wget https://github.com/DrMaxNix/phoenix-upshid/archive/refs/tags/v1.0.2.tar.gz +$ tar xf v1.0.2.tar.gz +$ cd phoenix-upshid-1.0.2 $ gcc -o phoenix-upshid phoenix-upshid.c ```