From 2aa54e1797f057602e2861c99e08098fcc9479bd Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 14 Oct 2025 17:44:11 +1100 Subject: [PATCH] README tweaks --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2400cd..455ee84 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,7 @@ You should see this repo as the selected candidate. ## Option 2: Building your own .debs -If you’d rather build locally, use `scripts/package.sh` which executes the Docker build process. - -```bash -./scripts/package.sh -``` +If you’d rather build locally, execute `scripts/package.sh` which in turn executes the Docker build process for each distro and PHP version. See the top of the script for the matrix of PHP versions and distros to build for. @@ -119,6 +115,8 @@ See the top of the script for the matrix of PHP versions and distros to build fo ## Using SQLCipher for PHP +A basic example using two of the SQLCipher PRAGMAs (the `PRAGMA key` is mandatory as the first statement before executing any other SQL statements!): + ```php