From 3e8189e9ce1a34d3bdaa817e99a923d85693c49c Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Wed, 11 Sep 2024 15:00:57 -0700 Subject: [PATCH] Make install command copyable The instal command was in a header with inline markdown. This means there's no copy button on GitHub. Moving to a markdown block gives the copy button. Signed-off-by: Jim Bennett --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb50030b..7eb1fb3a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ The Pi-holeĀ® is a [DNS sinkhole](https://en.wikipedia.org/wiki/DNS_Sinkhole) th Those who want to get started quickly and conveniently may install Pi-hole using the following command: -### `curl -sSL https://install.pi-hole.net | bash` +```bash +curl -sSL https://install.pi-hole.net | bash +``` ## Alternative Install Methods