Parcourir la source

Update README

bryan il y a 6 ans
Parent
commit
1a5f30f43f
1 fichiers modifiés avec 10 ajouts et 10 suppressions
  1. 10 10
      README.md

+ 10 - 10
README.md

@@ -2,21 +2,21 @@
 
 **Notes:**
 1. 64-bit only
-2. This script will not point major upgrades (i.e. from v23 to v24) to the old library. It is recommended to first perform a library backup, install the new major version, and restore the library backup.
+2. This script will not point major upgrades (i.e. from v24 to v25) to the old library. It is recommended to first perform a library backup, install the new major version, and then restore the library backup.
 
-**How to install:**
-1. Install dpkg and rpm-build (the script will attempt to do this automatically, but there appears to be an issue with the rpm database state in new Fedora releases):
-`sudo dnf install dpkg rpm-build`
+**How to run:**
 
-2. Install or update MC (the script will ask for your sudo password to install packages): 
-`./install_MC_fedora.sh 24.0.12` (where 24.0.12 is the current Debian AMD64 version)
+1. Download the script
+
+2a. Install or update MC (the script will ask for your sudo password to install packages): 
+`./install_MC_fedora.sh 25.0.16` (where 25.0.16 is the current Debian AMD64 version)
+
+2b. If beta version, the script will prompt for the beta team password 
 
 3. (Optional) Install your .mjr license: 
-  `mediacenter24 /RestoreFromFile YOURMEDIACENTER23MJRFILE.mjr`
+  `mediacenter25 /RestoreFromFile YOURMEDIACENTER23MJRFILE.mjr`
 
 
-**Beta versions:**
-The script will look in the autogenerated SOURCES directory for the .deb source package before attempting to download the specified version from the JRiver servers. Thus, if you have access to beta versions you can download the .deb file manually to the SOURCES directory and then start from step #2 above.
 
-Additional info can be found at [Interact](https://yabb.jriver.com/interact/index.php/topic,111368.0.html).
+Additional info can be found at [Interact](https://yabb.jriver.com/interact/index.php/topic,119981.0.html).