From 7cf8e4df85c832f1eacbe939c139003cb470b25f Mon Sep 17 00:00:00 2001 From: Emmanuel CHEBBI Date: Tue, 8 May 2018 11:58:46 +0200 Subject: [PATCH] Explain how to install the plug-in --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bce3dd1..bf38cc6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,20 @@ Here is an example of the Rich Presence Integration: Example of Rich Presence Integration +## Installation + +The plug-in can be installed from the following update site: + +- [https://dl.bintray.com/kazejiyu/eclipse-discord-integration/updates/](https://dl.bintray.com/kazejiyu/eclipse-discord-integration/updates/) + +To use it from Eclipse IDE, click on `Help` > `Install new software...` and then paste the above URL. + +**Note**: version 0.y.z should be considered as beta. The 1.0.0 release will be deployed will be deployed once the plug-in is proved stable. + +## Troubleshooting + +If Discord is not showing anything, ensure that Eclipse IDE is detected as a game. To this end, open Discord `User Settings` then go the `Games` tab. Click on the `Add it!` button and then select Eclipse IDE. + ## Work in Progress **Disclaimer**: The work is still in progress and the plug-in is not available yet. The code will also be refactored and the API is likely to change.