Update README

This commit is contained in:
ingalls
2024-03-20 11:24:18 -06:00
parent 716b45ff0c
commit 9e00b1553a

View File

@@ -23,7 +23,7 @@ In the `./api`, perform the following
```sh
npm install
echo "CREATE DATABASE tak_ps_stats" | psql
echo "CREATE DATABASE tak_ps_etl" | psql
npx knex migrate:latest
cd web/
npm install