From b55d41e9bd2f364e9aea36cd2b255ae6cedb7d17 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Mon, 15 Apr 2024 20:54:42 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0b1b34..3b85ec8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **rqbit** is a bittorrent client written in Rust. Has HTTP API and Web UI, and can be used as a library. -Also has a desktop app built with [Tauri](https://tauri.app/) (on Windows and OSX). +Also has a desktop app built with [Tauri](https://tauri.app/). ## Usage quick start @@ -30,7 +30,9 @@ Access with http://localhost:3030/web/. It looks similar to Desktop app, see scr The desktop app is a [thin wrapper](https://github.com/ikatson/rqbit/blob/main/desktop/src-tauri/src/main.rs) on top of the Web UI frontend. -Download it in [Releases](https://github.com/ikatson/rqbit/releases). +Download it in [Releases](https://github.com/ikatson/rqbit/releases) for OSX and Windows. For Linux, build manually with + + cargo tauri build Rqbit desktop