From 8701dd7fba1698764c363e181910514383dece6f Mon Sep 17 00:00:00 2001 From: Chase Cobb Date: Fri, 11 Dec 2020 08:33:55 -0600 Subject: [PATCH] Update README.md Script behavior changed and readme has been updated to reflect the changes. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 452c9d8..6f8a006 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,15 @@ Open terminal and cd to the directory of the script and run the following comman sudo chmod +x makemkv_installer.sh ``` - -The script needs one argument for the version of makemkv you would like to install. For example, the command below will install version 1.15.2 +The script will automatically install the latest version of MakeMKV when run without any arguments. +```sudo sh makemkv_installer.sh +``` + +OPTIONAL : If users would like to install an old version, they may provide it as an argument. For example, the command below will install version 1.15.2 ``` sudo sh makemkv_installer.sh 1.15.2 ``` + When the installer stops for the end user license agreement: * Press enter to view the license agreement * Press 'Q' to exit the license agreement