From 731d4be370f37958d9bcbae789df6bee1b0d879c Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:54:16 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f841d6f7..cda5e21d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Tortillas A terminal-based TUI (Text User Interface) torrent client built in Rust 🫓. @@ -74,7 +76,7 @@ Tortillas is the TUI (Text User Interface) application most people will use. There are plans to publish tortillas to registries such as [crates.io](https://crates.io) and [the AUR](https://aur.archlinux.org). However, for now, you can install it from source using cargo: ```bash -cargo install --git https://github.com/artrixdotdev/tortillas +cargo install --git https://github.com/artrixdotdev/tortillas --package tortillas ``` This will install `tortillas` to your local Rust toolchain.