Skip to content

Commit 0d0f766

Browse files
authored
Update README.md
1 parent bcf3e1a commit 0d0f766

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<img src="logo.png" alt="EcoAndroid logo" />
55
</p>
66

7-
EcoAndroid is an [Android Studio](https://developer.android.com/studio) plugin that suggests automated refactorings for reducing energy consumption of Java android applications. It is also compatible with IntelliJ.
7+
EcoAndroid is an [Android Studio plugin](https://plugins.jetbrains.com/plugin/15637-ecoandroid) that suggests automated refactorings for reducing energy consumption of Java android applications. It is also compatible with IntelliJ.
88

99
## Installation
1010

1111
### For users of the plugin
12-
For now, you have to install the plugin manually by following these steps:
12+
EcoAndroid can be installed from the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/15637-ecoandroid).
13+
14+
Alternatively, you can install the plugin manually by following these steps:
1315

1416
1. Clone this repository
1517
2. Run `gradle buildPlugin`.
1618
3. The plugin file is available in the folder `build/distributions/`. You can now install it.
1719

18-
In a near future, we plan to upload the plugin to the JetBrains Plugins Repository so that users can install it directly from Android Studio.
19-
2020
### For developers
2121
If you are interested in changing or exploring the source code of the plugin, follow these steps:
2222

@@ -77,4 +77,4 @@ The examples in the folder src/test are retrieved from real-life mobile applicat
7777
In order to make the files more readable, parts of the original source code are either removed or commented.
7878

7979
## Resources
80-
For more information about energy patterns, we recommend Cruz and Abreu's [open catalogue of energy-related patterns in mobile applications](https://tqrg.github.io/energy-patterns/#/).
80+
For more information about energy patterns, we recommend Cruz and Abreu's [open catalogue of energy-related patterns in mobile applications](https://tqrg.github.io/energy-patterns/#/).

0 commit comments

Comments
 (0)