diff --git a/docs/app.adoc b/docs/app.adoc index bb6d050..2fbe919 100644 --- a/docs/app.adoc +++ b/docs/app.adoc @@ -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: @@ -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 <>. \ No newline at end of file +You just created and built your very own application. In the next chapter you'll get familiar with <>.