diff --git a/README.md b/README.md index 1ea4df0..deb5f3d 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,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/1.0.0.tar.gz -$ tar xf 1.0.0.tar.gz -$ cd phoenix-upshid-1.0.0 +$ wget https://github.com/DrMaxNix/phoenix-upshid/archive/refs/tags/1.0.1.tar.gz +$ tar xf 1.0.1.tar.gz +$ cd phoenix-upshid-1.0.1 $ gcc -o phoenix-upshid phoenix-upshid.c ```