Quellcode durchsuchen

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 vor 10 Jahren
Ursprung
Commit
e10f12ccf9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      README.md

+ 1
- 1
README.md Datei anzeigen

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

Laden…
Abbrechen
Speichern