📝 adapt to new version format

This commit is contained in:
DrMaxNix 2022-04-27 18:49:31 +02:00 committed by GitHub
parent 2367e62fd1
commit ba3511c4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```