From 65e6464add96d3d3665ea2bbbc41aec9f244b6f7 Mon Sep 17 00:00:00 2001 From: Paul Jewell Date: Sun, 26 Jan 2025 21:58:13 +0000 Subject: [PATCH] Name change on database update utility reflected in GETTING_STARTED.md --- GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 6825d43..2a8e570 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -95,11 +95,11 @@ program which creates the hpr.db file: `./utils/mysql2sqlite ./hpr-sqlite.sql | sqlite3 ./hpr.db` -For convenience, the update-sqlite-db.sh script in the utils directory +For convenience, the update-hpr-db.sh script in the utils directory automates the above steps (including downloading the hpr.sql file). From the root of the local hpr_generator repository run: -`./utils/update-sqlite-db.sh` +`./utils/update-hpr-db.sh` # Configure the site-generator -- 2.43.5