netprober 1.5.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,18 +55,9 @@ bun ./src/index.ts --help
55
55
 
56
56
  ### Download prebuilt binary
57
57
 
58
- A standalone binary is available for **Linux x86-64 (amd64)** — no Node, no Bun required.
58
+ A standalone binary is available:
59
+ [**Releases**](https://github.com/maanimis/netprober/releases) page
59
60
 
60
- 1. Head to the [**Releases**](https://github.com/maanimis/netprober/releases) page
61
- 2. Download `netprober-linux-amd64`
62
- 3. Make it executable and run:
63
-
64
- ```bash
65
- chmod +x netprober-linux-amd64
66
- ./netprober-linux-amd64 --help
67
- ```
68
-
69
- > ⚠️ Only `linux/amd64` is currently available as a prebuilt binary. For other platforms, use the npm package or run with Bun directly.
70
61
 
71
62
  ---
72
63