From d1c0bde376dd475ba5d00f8b41577265f092c59b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 26 Oct 2016 21:48:33 -0700 Subject: [PATCH] GUACAMOLE-107: Reference "Apache Guacamole" in README wherever most appropriate. --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 918aa6512..30e913be1 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ ------------------------------------------------------------ This README is intended to provide quick and to-the-point documentation for -technical users intending to compile parts of Guacamole themselves. +technical users intending to compile parts of Apache Guacamole themselves. Source archives and pre-built .war files are available from the downloads section of the project website: @@ -21,8 +21,8 @@ A full manual is available as well: ------------------------------------------------------------ guacamole-client is the superproject containing all Maven-based projects that -make Guacamole, an HTML5 web application that provides access to your desktop -using remote desktop protocols. +make Apache Guacamole, an HTML5 web application that provides access to your +desktop using remote desktop protocols. guacamole-client is used to build the subprojects that make up Guacamole, and to provide a common central repository. Each project contained here is @@ -32,11 +32,11 @@ guacamole-client, Maven will take care of the proper build order. ------------------------------------------------------------ - Compiling and installing Guacamole + Compiling and installing Apache Guacamole ------------------------------------------------------------ -Guacamole is built using Maven. Building Guacamole compiles all classes and -packages them into a deployable .war file. This .war file can be installed +Apache Guacamole is built using Maven. Building Guacamole compiles all classes +and packages them into a deployable .war file. This .war file can be installed and deployed under servlet containers like Apache Tomcat or Jetty. 1) Run mvn package