From 41791951c96a8f42319d1001baa64759beba14df Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Mon, 24 Apr 2017 19:09:44 +0200 Subject: [PATCH] [Misc] Improved instructions --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a450aa..91d33e9 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ defaultTasks 'generate' def variants = ['mysql-tomcat', 'postgres-tomcat'] -// Note: To compute the sha256, download the binary and issue: +// Note: To compute the sha256, download the XWiki WAR and issue: // - Unix: sha256sum <binary name> // - Mac: shasum --algorithm 256 <binary name> -- GitLab