Add instructions to the READMe.

main
Zed A. Shaw 2 months ago
parent b38b14e2f6
commit adf69936bb
  1. 10
      README.md
  2. 2
      bando.ps1

@ -1,3 +1,11 @@
# bandolier2
An even more educational version of the Bandolier for Learn JS the Hard Way.
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
```

@ -1 +1 @@
node ./bando.js $args
node ./bin/bando.js $args

Loading…
Cancel
Save