Skip to content

Commit b486e96

Browse files
authored
Merge pull request #21 from n3-rd/dns-config
Dns config
2 parents ea2ba76 + 7533ca9 commit b486e96

File tree

2 files changed

+357
-61
lines changed

2 files changed

+357
-61
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ Install curl if needed:
4848

4949
## Quick Start
5050

51-
**One-liner (curl):** When piped, the script runs non-interactively and uses defaults.
51+
**Interactive install (curl):**
52+
```bash
53+
bash <(curl -fsSL https://raw.githubusercontent.com/n3-rd/multi-pb/main/install.sh)
54+
```
55+
Prompts for port, data dir, domain, etc.
56+
57+
**Non-interactive (piped, uses defaults):**
5258
```bash
5359
curl -fsSL https://raw.githubusercontent.com/n3-rd/multi-pb/main/install.sh | bash
5460
```
@@ -57,11 +63,6 @@ With options (port, data dir, domain):
5763
curl -fsSL https://raw.githubusercontent.com/n3-rd/multi-pb/main/install.sh | bash -s -- --non-interactive --port 25983 --data-dir ./multipb-data
5864
```
5965

60-
Or interactive (will prompt for config):
61-
```bash
62-
curl -fsSL https://raw.githubusercontent.com/n3-rd/multi-pb/main/install.sh | bash -s --
63-
```
64-
6566
**From clone:**
6667
```bash
6768
git clone https://github.com/n3-rd/multi-pb.git

0 commit comments

Comments
 (0)