mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-21 05:33:45 +00:00
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 <jimbobbennett@mac.com>
This commit is contained in:
parent
3df0a6a996
commit
3e8189e9ce
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue