Version v0.3.31 - Update readme.md

This commit is contained in:
2025-12-18 09:53:22 -04:00
parent 799e34e045
commit 862465c5c2
2 changed files with 10 additions and 17 deletions

View File

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

View File

@@ -23,7 +23,7 @@
#include <ctype.h>
// Version - Updated automatically by build.sh
#define OTP_VERSION "v0.3.29"
#define OTP_VERSION "v0.3.30"
// Constants
#define MAX_INPUT_SIZE 4096