From adf69936bb71cf364a6b3451a67d59d7dddddef5 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 23 Feb 2024 21:42:52 -0500 Subject: [PATCH] Add instructions to the READMe. --- README.md | 10 +++++++++- bando.ps1 | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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