From 2d5b1d577c1af3a141c75398d28847035bfebaf3 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 24 Jul 2025 19:24:06 +0200 Subject: [PATCH] update readme with new logging --- smolmix/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smolmix/README.md b/smolmix/README.md index efc0f61f86..f02cf9d817 100644 --- a/smolmix/README.md +++ b/smolmix/README.md @@ -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 ```