I can't get Meteor to launch

after installing When i type meteor into the command prompt it doesn’t recognize anything.

meteor the command is used to launch an app, so you need to be in an app directory for the command to do anything

you’ll have to do meteor create <project name> then cd into your project and type meteor