Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Woolweaver <[email protected]>
  • Loading branch information
mwoolweaver authored Feb 16, 2025
1 parent 450bf20 commit b7086d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ PADD (formerly Chronometer2) is a more expansive version of the original chronom

### PADD on Pi-hole machine

- if running as user belonging to the group `pihole` (if not `--secret` wii be needed)
```bash
./padd.sh
```
- if running as user belonging to the group `pihole` (if not `--secret` wii be needed)
```bash
./padd.sh
```

### PADD from other machine
With PADD v4.0.0 and Pi-hole v6 it is also possible to run PADD from a machine that is not running Pi-hole
Expand All @@ -47,10 +47,10 @@ PADD (formerly Chronometer2) is a more expansive version of the original chronom
```

### PADD with Pi-hole in a Docker Container
If you're running Pi-hole in the official Docker Container, `padd.sh` is pre-installed and named `padd`. It can be used with the following command:
```bash
docker exec -it <container_name> padd [padd_options]
```
- If you're running Pi-hole in the official Docker Container, `padd.sh` is pre-installed and named `padd`. It can be used with the following command:
```bash
docker exec -it <container_name> padd [padd_options]
```
### PADD on PiTFT screen
_Instructions for how to setup PiTFT screen can be found [here](https://learn.adafruit.com/adafruit-pitft-3-dot-5-touch-screen-for-raspberry-pi/easy-install-2)_
Expand Down

0 comments on commit b7086d2

Please sign in to comment.