diff --git a/README.md b/README.md index b102d5273..df7396103 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,14 @@ Prerequisites: The Ignite CLI will walk you through the steps to ignite a new React Native app: + +**Get walked through the prompts for the different options to start your new app** ```bash -# Get walked through the prompts for the different options to start your new app npx ignite-cli@latest new PizzaApp +``` -# Accept all the recommended defaults and get straight to coding! +**or accept all the recommended defaults and get straight to coding!** +```bash npx ignite-cli@latest new PizzaApp --yes ```