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.