From 5c1fe9331a84ed021edb4d174c2013cb27379e0b Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Fri, 18 Nov 2022 22:49:44 +0100 Subject: [PATCH] Remove mention of `RUST_BACKTRACE` See also https://github.com/hrkfdn/ncspot/pull/988#issuecomment-1320562882 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03bf111..1640cb1 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ On Linux, you also need: For debugging, you can pass a debug log filename: ```sh -RUST_BACKTRACE=full cargo run -- -d debug.log +cargo run -- -d debug.log ``` If ncspot has crashed you can find the latest backtrace at `~/.cache/ncspot/backtrace.log`.