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 +2 -11
- package/dist/netprober.bundled.mjs +37 -33
- package/package.json +9 -4
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
|
|
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
|
|