diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-06-13 12:40:51 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-06-13 12:41:33 +0300 |
commit | e10f12ccf9f004fbb232bd56d959f8fa13b5f80a (patch) | |
tree | c26801b1a4630006896f7554685ebd40942e7105 /README.md | |
parent | 33f21bb8cf5cd543636d9d1873994d53d7e42f82 (diff) | |
download | vaadin-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |