From 4d365f4024ca9548470357174c36b1c842d8c091 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Wed, 3 May 2017 00:14:39 +0200 Subject: [PATCH] Update install doc WAR file url to v6.2 --- documentation/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/INSTALL.md b/documentation/INSTALL.md index e4319e81..3a3ca08d 100644 --- a/documentation/INSTALL.md +++ b/documentation/INSTALL.md @@ -45,7 +45,7 @@ You will need a running [Tomcat](http://tomcat.apache.org/) server. If you're un 1. Download the latest war file: - wget https://github.com/Libresonic/libresonic/releases/download/v6.2.beta1/libresonic-v6.2.beta1.war -O /var/lib/tomcat8/webapps/libresonic.war + wget https://github.com/Libresonic/libresonic/releases/download/v6.2/libresonic-v6.2.war -O /var/lib/tomcat8/webapps/libresonic.war Note that this command copies the war file directly to the Tomcat webapps directory, and renames it to `libresonic.war`.