diff options
Diffstat (limited to 'documentation/installing/installing-overview.adoc')
-rw-r--r-- | documentation/installing/installing-overview.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/installing/installing-overview.adoc b/documentation/installing/installing-overview.adoc index 7075c10172..3b2a60f767 100644 --- a/documentation/installing/installing-overview.adoc +++ b/documentation/installing/installing-overview.adoc @@ -13,7 +13,7 @@ You can use Vaadin with any Java IDE or no IDE at all. Vaadin has special support for the Eclipse and NetBeans IDEs, as well as for IntelliJ IDEA. .Vaadin installation steps -image::img/installation-steps-hi.png[] +image::img/installation-steps.svg[scaledwidth=100%] Managing Vaadin and other Java libraries can get tedious to do manually, so using a build system that manages dependencies automatically is adviced. Vaadin is distributed in the Maven central repository, and can be used with any build or dependency management system that can access Maven repositories, such as Ivy or Gradle, in addition to Maven. |