Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobharner authored and thiagohp committed Sep 30, 2023
1 parent 9d8de2f commit 61ce898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ You can let Apache Maven create your initial project for you:

mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org

Maven will prompt you for the archetype to create ("Tapestry 5 Quickstart Project") and the exact version
number (e.g., "5.4.3"). It also asks you for a group id, an artifact id, and a version number. Once Maven
Maven will prompt you for the archetype to create ("Tapestry 5 Quickstart Project") and the Tapestry version
number (e.g., "5.4.3"). It also asks you to create a group id, artifact id (e.g., "newapp") and version number for your app. Once Maven
dowloads everything, then you can start the app:

$ cd newapp
Expand Down

0 comments on commit 61ce898

Please sign in to comment.