From 4c178295360ee999d51e7b62d86c788bb84a8cbe Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 18 Aug 2025 20:11:50 +0100 Subject: [PATCH] Automated commit Signed-off-by: Oliver Davies --- book/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/index.adoc b/book/index.adoc index 0ced3d7..951bf59 100644 --- a/book/index.adoc +++ b/book/index.adoc @@ -130,7 +130,7 @@ use flake "git+https://code.oliverdavies.uk/opdavies/dev-shells#php84" This will install PHP 8.4, Composer and Phpactor without needing to create a bespoke `flake.nix`. -[NOTE] +[TIP] ==== If you're referencing a GitHub repository, you can use the shorter `github:username/repo` format instead of the full repository URL. ====