update readme with new logging

This commit is contained in:
mfahampshire
2025-07-24 19:24:06 +02:00
parent b5e45040ca
commit 2d5b1d577c
+2 -2
View File
@@ -3,11 +3,11 @@
At the moment this is very basic but it works with smol files (large ones end up borking at the moment).
```sh
RUST_LOG=cargo run --example download
cargo run --example download
```
There is a quick check for httpbin's IPs via `nslookup` and connectivity **not** using the Mixnet:
```sh
RUST_LOG=cargo run --example check
cargo run --example check
```