Update README.md

This commit is contained in:
Alexey Andreev 2015-10-23 08:50:01 +03:00
parent f8452e695d
commit ef71b871d5

View File

@ -30,7 +30,7 @@ The easiest way to create a new TeaVM project is to type in the command line:
mvn -DarchetypeCatalog=local \
-DarchetypeGroupId=org.teavm \
-DarchetypeArtifactId=teavm-maven-webapp \
-DarchetypeVersion=0.3.2 archetype:generate
-DarchetypeVersion=0.4.0 archetype:generate
Now you can execute `mvn clean package` and get the generated `war` file.
Deploy this `war` in Tomcat or another container, or simply unzip it and open the `index.html` page.