Unable to load bakery - 'Could not open input file: bakery'

I am stuck on the install procedures as outlined in the Docs. I ran composer install in my userfrosting directory. It completes without errors and it appears to have installed everything. When I go to run php bakery bake I get the error ‘Could not open input file: bakery’. I assume that I am missing bakery as I cannot locate it in any of the vendor folders, or in userfrosting root directory. My assumption is that composer is not installing all of the dependencies.

Bakery is not loaded by composer, it’s located directly in the root folder. If php bakery bake doesn’t work, then it’s because something went wrong with your install and some file got lost.

Thanks, just re ran the install and got it.