From 91ca66c5d6f060b0e689bef4018b78bede6d9879 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Tue, 19 Oct 2021 19:10:27 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 95395e0..024dec2 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ it should show the main help page. If you have no idea what these mean, or are h If you would like to use `streamrip`'s conversion capabilities, download TIDAL videos, or download music from SoundCloud, install [ffmpeg](https://ffmpeg.org/download.html). To download music from YouTube, install [youtube-dl](https://github.com/ytdl-org/youtube-dl#installation). +### Streamrip beta + +If you want to get access to the latest and greatest features without waiting for a new release, install +from the `dev` branch with the following command + +```bash +pip3 install git+https://github.com/nathom/streamrip.git@dev +``` ## Example Usage