From 7b302405ed680a5449c231e1822a6746c0ce0405 Mon Sep 17 00:00:00 2001 From: Mikhail Pruzhanskiy Date: Sun, 22 Aug 2021 00:42:14 +0300 Subject: [PATCH] Fix init cli command --- src/templates/getting-started.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/getting-started.pug b/src/templates/getting-started.pug index 33e3c3a..5f4a32f 100644 --- a/src/templates/getting-started.pug +++ b/src/templates/getting-started.pug @@ -71,7 +71,7 @@ section.container#getting-started | Create a new app using the command = ' ' code - | milligram init + | milligram |, then install dependencies and run with = ' ' code @@ -79,7 +79,7 @@ section.container#getting-started | . pre.code.prettyprint.lang-bash code.code-content - | $ milligram init new_app + | $ milligram new_app | $ cd new_app | $ npm start if (isHome)