From ec431f119d5ab3ec79105a935af802e88993567e Mon Sep 17 00:00:00 2001 From: Akilan Manivannan Date: Wed, 12 Oct 2022 16:27:58 -0500 Subject: [PATCH] Updated install command since routify init is deprecated routify init is deprecated (according to the CLI's warning messages). The CLI suggests that users use `npm init routify` instead. This should be updated on the docs as well. --- src/pages/guide/installation/creating-an-app.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/installation/creating-an-app.svelte b/src/pages/guide/installation/creating-an-app.svelte index 00b2cfe3..8e051f45 100644 --- a/src/pages/guide/installation/creating-an-app.svelte +++ b/src/pages/guide/installation/creating-an-app.svelte @@ -12,7 +12,7 @@

Creating an app

To create your first Routify app, open an empty folder and type

- {`npx @roxi/routify init`} + {`npm init routify`}

This will install the