Browse Source

Update README and add .gitignore

bryan 5 years ago
parent
commit
7a58476aeb
2 changed files with 7 additions and 6 deletions
  1. 2 0
      .gitignore
  2. 5 6
      README.md

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+**/
+*.zip

+ 5 - 6
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).
-