Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Tortillas
A terminal-based TUI (Text User Interface) torrent client built in Rust 🫓.

Expand Down Expand Up @@ -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.
Expand Down