Explorar el Código

Merge pull request #156 from mienaikage/java-installation-instructions

John Ryan hace 9 años
padre
commit
91a65d79d0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      docs/INSTALLATION.md

+ 2
- 0
docs/INSTALLATION.md Ver fichero

@@ -108,6 +108,8 @@ If you are using Debian or its derivatives (like Ubuntu or Linux Mint), use APT:
108 108
 -  Install Gradle:
109 109
 
110 110
    ```sh
111
+   $ sudo add-apt-repository ppa:cwchien/gradle
112
+   $ sudo apt-get update
111 113
    $ sudo apt-get install gradle
112 114
    ```
113 115