From 79128fa98a78359b3c5753c5a4ae63576545fc55 Mon Sep 17 00:00:00 2001 From: Ty Clifford Date: Tue, 30 Jun 2026 17:18:25 -0400 Subject: [PATCH] - --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4b1f89..39ece18 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This app is a personal tracking and reference tool. It is not medical advice, di ## Run ```sh -/Users/tyemeclifford/frankenphp php-server --root public --listen 127.0.0.1:8080 +frankenphp php-server --root public --listen 127.0.0.1:8080 ``` Then open: @@ -75,7 +75,7 @@ From the admin dashboard, use the medicine source updater and choose `All source From the command line: ```sh -/Users/tyemeclifford/frankenphp php-cli scripts/update_medicine_catalog.php 1000 all +frankenphp php-cli scripts/update_medicine_catalog.php 1000 all ``` For periodic maintenance, run the same command nightly or weekly. The first argument is the max rows per source, from `25` to `5000`; the second argument is `all`, `RxNorm`, `DailyMed`, or `openFDA`.