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.
The current installation page tells users to run
npx @roxi/routify initto create a new routify project. However, running that command warns that usingroutify initis deprecated and users should now usenpm init routifyinstead.This should be updated on the installation page so that it users are told to run
npm init routify.