routify.dev icon indicating copy to clipboard operation
routify.dev copied to clipboard

Update install command for making new routify project

Open AKil47 opened this issue 3 years ago • 1 comments

The current installation page tells users to run npx @roxi/routify init to create a new routify project. However, running that command warns that using routify init is deprecated and users should now use npm init routify instead.

This should be updated on the installation page so that it users are told to run npm init routify.

AKil47 avatar Oct 12 '22 21:10 AKil47

Made a PR #254 to make this change

AKil47 avatar Oct 12 '22 21:10 AKil47