From 223c0998eb5876817384d468f97b83ae25f6857b Mon Sep 17 00:00:00 2001 From: theubusu <80545678+theubusu@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:28:46 +0100 Subject: [PATCH] Updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0f34f8..fe84912 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # unixtract Extractor for various file formats. This is a tool that is able to extract the contents of various firmware package formats, mostly from TVs and AV devices. -Built in Rust, and made to not depend on any external dependancies, only Rust crates. This way it can work on Windows, Linux and MacOS and even Android without any issue. +Built in Rust, and made to not depend on any external dependancies, only Rust crates. This way it can work on Windows, Linux and MacOS and even Android. Please note that this project is still under active development and errors may occur. Feel free to make an issue in that case, or if you have any feature request. # Installation -Build from source, by downloading the code or cloning the respository and running `cargo build --release`. The binary will be saved in `target/release`. +You can download the latest auto build for Windows and Linux x86-64 from [here](https://nightly.link/theubusu/unixtract/workflows/rust/main). +Or, build from source, by downloading the code or cloning the respository and running `cargo build --release`. The binary will be saved in `target/release`. # Usage `unixtract [OPTIONS] [OUTPUT_FOLDER]` @@ -177,4 +178,4 @@ Options: **Thanks to:** http://malcolmstagg.com/bdp/s390-firmware.html # License -Licensed under GNU GPL v3. \ No newline at end of file +Licensed under GNU GPL v3.