Skip to content

Commit

Permalink
Simplified project creation command
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Feb 9, 2024
1 parent bcade83 commit 7824548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://developer.enonic.com/docs/xp/stable/apps[Enonic apps^] are used to ship

*Open a new terminal window* and create your first Enonic app by running this command:

enonic project create -r tutorial-intro -n com.example.myapp -d myapp -v 1.0.0 --sb mysandbox
enonic create com.example.myapp -r tutorial-intro --sb mysandbox

This command will:

Expand Down Expand Up @@ -81,4 +81,4 @@ Look for the following output to verify that the app has been built:

== Moving forward

You just created and built your very own application. In the next chapter you'll get familiar with <<cms#, Content Studio and content modelling>>.
You just created and built your very own application. In the next chapter you'll get familiar with <<cms#, Content Studio and content modelling>>.

0 comments on commit 7824548

Please sign in to comment.