aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-06-13 12:40:51 +0300
committerLeif Åstrand <leif@vaadin.com>2014-06-13 12:41:33 +0300
commite10f12ccf9f004fbb232bd56d959f8fa13b5f80a (patch)
treec26801b1a4630006896f7554685ebd40942e7105 /README.md
parent33f21bb8cf5cd543636d9d1873994d53d7e42f82 (diff)
downloadvaadin-framework-e10f12ccf9f004fbb232bd56d959f8fa13b5f80a.tar.gz
vaadin-framework-e10f12ccf9f004fbb232bd56d959f8fa13b5f80a.zip
Tweak quick setup instructions (#13616)
- Change the order to install IvyDE before importing the project - Explicitly mention the Ant tasks since it's such a common mistake Change-Id: I1a9edc39f72c5fd4b31cdfe3db9b4fa87d6d8cf2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e8820bec8..4af40fcb48 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ framework follow below.
Quick Setup
======
1. <code>git clone https://github.com/vaadin/vaadin.git</code>
+1. Install IvyDE, including Ant Tasks, if needed (http://www.apache.org/dist/ant/ivyde/updatesite)
1. Import the project into Eclipse
-1. Install IvyDE if needed (http://www.apache.org/dist/ant/ivyde/updatesite)
1. Run build/ide.xml in Eclipse
For more details, see below