diff --git a/README.md b/README.md index 52d0370..72671d5 100644 --- a/README.md +++ b/README.md @@ -4,26 +4,19 @@ ### Download Pre-Built Binaries -**Latest Release:** [View all releases on Gitea](https://git.laantungir.net/laantungir/otp/releases) +**[📥 Download Latest Release](https://git.laantungir.net/laantungir/otp/releases)** -**For x86_64 Linux:** +Visit the releases page and download the appropriate binary for your system: +- `otp-vX.X.X-linux-x86_64` for Intel/AMD 64-bit systems +- `otp-vX.X.X-linux-arm64` for Raspberry Pi and ARM 64-bit systems + +After downloading: ```bash -# Download latest x86_64 binary (replace VERSION with latest from releases page) -wget https://git.laantungir.net/laantungir/otp/releases/latest/download/otp-latest-linux-x86_64 -chmod +x otp-latest-linux-x86_64 -./otp-latest-linux-x86_64 +# Make executable and run +chmod +x otp-v*-linux-x86_64 +./otp-v*-linux-x86_64 ``` -**For ARM64/AArch64 (Raspberry Pi, etc.):** -```bash -# Download latest ARM64 binary -wget https://git.laantungir.net/laantungir/otp/releases/latest/download/otp-latest-linux-arm64 -chmod +x otp-latest-linux-arm64 -./otp-latest-linux-arm64 -``` - -> **Note:** If the `/latest/download/` URLs don't work with your Gitea version, visit the [releases page](https://git.laantungir.net/laantungir/otp/releases) and download the latest version manually. - **Or use the local build:** ```bash # After building from source diff --git a/src/main.h b/src/main.h index 4327ac2..e4818cc 100644 --- a/src/main.h +++ b/src/main.h @@ -23,7 +23,7 @@ #include // Version - Updated automatically by build.sh -#define OTP_VERSION "v0.3.29" +#define OTP_VERSION "v0.3.30" // Constants #define MAX_INPUT_SIZE 4096