Skip to content

Commit a7e8d82

Browse files
authored
Merge pull request #1720 from pi-hole/padd
Amend README to include PADD branch in custom build steps
2 parents 26913f3 + 0c7cbb1 commit a7e8d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,15 @@ The preferred method is to clone this repository and build the image locally wit
253253

254254
#### Usage:
255255
```
256-
./build.sh [-l] [-f <ftl_branch>] [-c <core_branch>] [-w <web_branch>] [-t <tag>] [use_cache]
256+
./build.sh [-l] [-f <ftl_branch>] [-c <core_branch>] [-w <web_branch>] [-p <padd_branch>] [-t <tag>] [use_cache]
257257
```
258258
259259
#### Options:
260260
261261
- `-f <branch>` / `--ftlbranch <branch>`: Specify FTL branch (cannot be used in conjunction with `-l`)
262262
- `-c <branch>` / `--corebranch <branch>`: Specify Core branch
263263
- `-w <branch>` / `--webbranch <branch>`: Specify Web branch
264+
- `-p <branch>` / `--paddbranch <branch>`: Specify PADD branch
264265
- `-t <tag>` / `--tag <tag>`: Specify Docker image tag (default: `pihole:local`)
265266
- `-l` / `--local`: Use locally built FTL binary (requires `src/pihole-FTL` file)
266267
- `use_cache`: Enable caching (by default `--no-cache` is used)

0 commit comments

Comments
 (0)