Skip to content

Commit 0c7cbb1

Browse files
committed
Amend README to include PADD branch in custom build steps
Signed-off-by: yubiuser <github@yubiuser.dev>
1 parent 66b79aa commit 0c7cbb1

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
@@ -252,14 +252,15 @@ The preferred method is to clone this repository and build the image locally wit
252252

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

0 commit comments

Comments
 (0)