diff --git a/README.md b/README.md index ad91237..be5ee09 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # bandolier2 -An even more educational version of the Bandolier for Learn JS the Hard Way. \ No newline at end of file +An even more educational version of the Bandolier for Learn JS the Hard Way. + +## Getting Started + +```shell +npm install +npx knex --knexfile=knexfile.cjs migrate:latest +./bando app +``` diff --git a/bando.ps1 b/bando.ps1 index ad23902..d0585e8 100644 --- a/bando.ps1 +++ b/bando.ps1 @@ -1 +1 @@ -node ./bando.js $args +node ./bin/bando.js $args