Hi, I'm very new to php/mysql so I am unsure how to do this part which is at the end of the readme:
"Then you'll need to create the database and initialize schema:
echo 'CREATE DATABASE invo' | mysql -u root cat schemas/invo.sql | mysql -u root invo"
I am using xampp and windows
thanks so much!