Browse Source

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
tags/7.3.0.beta1
Leif Åstrand 10 years ago
parent
commit
e10f12ccf9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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

Loading…
Cancel
Save