Skip to content

Commit

Permalink
Update Installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Oct 20, 2023
1 parent 161b5f9 commit 792e192
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions book/src/guide/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Installation

## Cargo

After [installing Rust](https://www.rust-lang.org/tools/install), use the following command to install twitch-tui:

```sh
Expand All @@ -13,3 +15,11 @@ Installing a version such as `2.0.0-alpha.1` would be `cargo install twitch-tui
(PPT and AUR repos coming soon)

To uninstall, run the command `cargo uninstall twitch-tui`.

# Nix

twitch-tui is also a [Nix Flake](https://nixos.wiki/wiki/Flakes)! You can build and run it on nix using:

```sh
nix run github:Xithrius/twitch-tui
```

0 comments on commit 792e192

Please sign in to comment.