From e6978c05b8e7def15af7a59ea3eb6ea08bc6339a Mon Sep 17 00:00:00 2001 From: nathom Date: Tue, 30 Mar 2021 13:37:19 -0700 Subject: [PATCH] Update installation command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e320fc1..0b18740 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ First, ensure [pip](https://pip.pypa.io/en/stable/installing/) is installed. The macOS/Linux: ```bash -pip3 install streamrip --upgrade; pip3 install simple-term-menu +pip3 install streamrip simple-term-menu --upgrade ``` Windows: ```bash -pip3 install streamrip --upgrade; pip3 install windows-curses +pip3 install streamrip windows-curses --upgrade ```