From 88674f4c71e3d4d4935b64484a5b463ab967cd8b Mon Sep 17 00:00:00 2001 From: Nick Dowsett Date: Mon, 22 Jan 2024 20:09:13 +0800 Subject: [PATCH] Updated README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43c1339..0cf837c0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This project is not supported or endorsed by Google. # Demo [![asciicast](https://asciinema.org/a/qP9t8RKLNnja9LmqEuNIGWMCJ.svg)](https://asciinema.org/a/qP9t8RKLNnja9LmqEuNIGWMCJ) # How to install and run -1. The easiest way to install is using crates.io by running `cargo +nightly install youtui`. (Nightly Rust is required to allow async methods in API trait, and this is expected to stabilise shortly.) +1. The easiest way to install is using crates.io by running `cargo install youtui`. + 1. Alternatively, youtui is now available in the AUR, install using your favourite helper (e.g `paru -S youtui`). 1. Give the application an authorisation header: 1. Open YouTube Music in your browser - ensure you are logged in. 1. Open web developer tools (F12). @@ -46,7 +47,7 @@ Chrome example (Select manually and paste): - [x] Implement improved download speed - [x] Filtering (target for 0.0.3) - [ ] Logging to a file (target for 0.0.5) -- [ ] Release to AUR (target for 0.0.4) +- [x] Release to AUR (target for 0.0.4) - [x] Remove reliance on rust nightly (target for 0.0.4) - [ ] Dbus support for media keys - [ ] Seeking