From 9340c6e2347133d476378f3f59ceda564c0e0fef Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:03:54 +0000 Subject: [PATCH] docs: correct stale directory paths in the php and website READMEs --- prqlc/bindings/php/README.md | 2 +- web/website/README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/prqlc/bindings/php/README.md b/prqlc/bindings/php/README.md index 7ec703f06764..a4502ad56f39 100644 --- a/prqlc/bindings/php/README.md +++ b/prqlc/bindings/php/README.md @@ -39,7 +39,7 @@ mkdir -p ~/.config/nix echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf ``` -Now you can spawn a shell from `prql-php/`: +Now you can spawn a shell from `prqlc/bindings/php/`: ```sh nix shell github:loophp/nix-shell#env-php81 --impure diff --git a/web/website/README.md b/web/website/README.md index 2d65e0e57179..93b84081f4f6 100644 --- a/web/website/README.md +++ b/web/website/README.md @@ -3,11 +3,10 @@ A [hugo](https://gohugo.io/) website with PRQL theme, which uses minimal [water.css](https://watercss.kognise.dev/) styling. -Serve: +Serve, from the repo root: ```sh -cd website -hugo server +task web:run-website ``` To add pages, just add files in `content/` directory.