From d1a9038a0ce62ec5bc412ca014325b5ffcdb34dc Mon Sep 17 00:00:00 2001 From: Reggie McLean Date: Thu, 19 Nov 2015 22:24:33 +0000 Subject: [PATCH] Change Arch Linux gradle installation method. AUR link was broken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aea24e0f..54c777dc 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Gradle is used to execute the various build tasks when compiling EE3. * Unzip the package and put it wherever you want, eg `C:\Gradle`. * Linux: Installation methods for certain popular flavors of Linux are listed below. If your distribution is not listed, follow the instructions specific to your package manager or install it manually [here](http://www.gradle.org/downloads). * Gentoo: `emerge dev-java/gradle-bin` - * Archlinux: You'll have to install it from the [AUR](https://aur.archlinux.org/packages/gradle). + * Archlinux: `pacman -S gradle` * Ubuntu/Debian: `apt-get install gradle` * Fedora: Install Gradle manually from its website (see above), as Fedora ships a "broken" version of Gradle. Use `yum install gradle` only if you know what you're doing. 2. Windows: Set environment variables for Gradle.