From 473e33a26195121e0ee91308b415e9727071a864 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Tue, 6 Nov 2018 12:26:17 +0300 Subject: [PATCH] Fix Maven settings for preview builds in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6d0f552b1..f68feab1c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ You may want to access new features and don't want to wait until stable release https://dl.bintray.com/konsoletyper/teavm + + + teavm-dev + https://dl.bintray.com/konsoletyper/teavm + + ``` IDEA plugin is also available in preview builds. You need to add corresponding repository manually to IDEA. Open *Settings* -> *Plugins* -> *Browse repositories...* -> *Manage repositories...*, click *Add* button and enter `http://teavm.org/idea/dev/teavmRepository.xml`. Then get back to *Browse repositories* and pick TeaVM plugin from list.