From d5f7ce9e2d1b4b8b6b122893abfb42e9a797306a Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Sun, 29 Mar 2026 23:33:45 +0300 Subject: [PATCH] chore: updated install methods --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db97be..c58b413 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ Built from scratch in Rust. Zero DNS libraries. RFC 1035 wire protocol parsed by ## Quick Start ```bash -brew install razvandimescu/tap/numa # or: cargo install numa +brew install razvandimescu/tap/numa +# or: cargo install numa +# or: curl -fsSL https://raw.githubusercontent.com/razvandimescu/numa/main/install.sh | sh + sudo numa # port 53 requires root ```