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 ```