Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Script behavior changed and readme has been updated to reflect the changes.
  • Loading branch information
chase-cobb authored Dec 11, 2020
1 parent 5610ed7 commit 8701dd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8701dd7

Please sign in to comment.