Update README.md

This commit is contained in:
Alexey Andreev 2015-06-25 22:19:53 +03:00
parent ef8543d510
commit fc31f68e60

View File

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