From 78245487a93f5cb429a61225cf18d26c4fbc785f Mon Sep 17 00:00:00 2001 From: alansemenov Date: Fri, 9 Feb 2024 10:13:23 +0100 Subject: [PATCH] Simplified project creation command --- docs/app.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <>.