Skip to content

Commit

Permalink
Merge pull request #1720 from pi-hole/padd
Browse files Browse the repository at this point in the history
Amend README to include PADD branch in custom build steps
  • Loading branch information
PromoFaux authored Feb 20, 2025
2 parents 26913f3 + 0c7cbb1 commit a7e8d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,15 @@ The preferred method is to clone this repository and build the image locally wit

#### Usage:
```
./build.sh [-l] [-f <ftl_branch>] [-c <core_branch>] [-w <web_branch>] [-t <tag>] [use_cache]
./build.sh [-l] [-f <ftl_branch>] [-c <core_branch>] [-w <web_branch>] [-p <padd_branch>] [-t <tag>] [use_cache]
```
#### Options:
- `-f <branch>` / `--ftlbranch <branch>`: Specify FTL branch (cannot be used in conjunction with `-l`)
- `-c <branch>` / `--corebranch <branch>`: Specify Core branch
- `-w <branch>` / `--webbranch <branch>`: Specify Web branch
- `-p <branch>` / `--paddbranch <branch>`: Specify PADD branch
- `-t <tag>` / `--tag <tag>`: Specify Docker image tag (default: `pihole:local`)
- `-l` / `--local`: Use locally built FTL binary (requires `src/pihole-FTL` file)
- `use_cache`: Enable caching (by default `--no-cache` is used)
Expand Down

0 comments on commit a7e8d82

Please sign in to comment.