From 83538937f7513578baac3f5c0a415bfd9ebd3fc7 Mon Sep 17 00:00:00 2001 From: nathom Date: Wed, 21 Apr 2021 16:52:47 -0700 Subject: [PATCH] Mention $PATH in FAQ; #61 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5ca21..45c35d0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pip3 install streamrip windows-curses --upgrade -If you would like to use `streamrip`'s conversion capabilities, or download music from SoundCloud, install [ffmpeg](https://ffmpeg.org/download.html). +If you would like to use `streamrip`'s conversion capabilities, or download music from SoundCloud, install [ffmpeg](https://ffmpeg.org/download.html). ## Example Usage @@ -169,7 +169,9 @@ can be accessed with `rip config --open`. ## Troubleshooting -If you're having issues with the tool, try the following: +If you're getting an error that looks something like `command not found: rip`, make sure the location of the `rip` executable is on the `$PATH` (`PATH` for Windows) environment variable. + +If you're having other issues with the tool, try the following: - Consult the help pages and their example commands. ```bash