From 7a58476aebdf53f77aa6e526608500a8e2ae2adf Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 25 May 2019 17:17:31 -0400 Subject: [PATCH] Update README and add .gitignore --- .gitignore | 2 ++ README.md | 11 +++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..192a9de --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/ +*.zip diff --git a/README.md b/README.md index 07c4339..45bee51 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,16 @@ 1. Download the script -2a. Install or update MC (the script will ask for your sudo password to install packages): +2. Install or update MC (the script will ask for your sudo password to install packages): `./install_MC_fedora.sh 25.0.41` (where 25.0.41 is the current Debian AMD64 version) -2b. If no version number is specified the script will try to scrape Interact for the latest MC version +If no version number is specified the script will try to scrape Interact for the latest MC version -2c. If beta version, the script will prompt for the beta team password +If beta version, the script will prompt for the beta team password -3. (Optional) Install your .mjr license: - `mediacenter25 /RestoreFromFile YOURMEDIACENTER23MJRFILE.mjr` +3. (Optional) Install your .mjr license: + `mediacenter25 /RestoreFromFile YOURMEDIACENTER25MJRFILE.mjr` Additional info can be found at [Interact](https://yabb.jriver.com/interact/index.php/topic,119981.0.html). -