From 2674ed186c1832434753c499a5b39690ec4a6d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 10 Oct 2024 09:26:38 +0200 Subject: [PATCH] fix readme typo --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 487ad1e..aafabed 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Matrix

- 🚧 Himalaya REPL is still experimental.
For a more stable alternative, see [Himalaya CLI](https://github.com/pimalaya/himalaya).
+ 🚧 Himalaya REPL is still experimental 🚧
For a more stable alternative, see Himalaya CLI

@@ -455,11 +455,6 @@ You can also manually edit your own configuration, from scratch: - `RUST_BACKTRACE=1`: enables the error backtrace. - `RUST_BACKTRACE=full`: enables the full error backtrace, which include source lines where the error originated from. - Logs are written to the `stderr`, which means that you can redirect them easily to a file: - - ``` - RUST_LOG=debug himalaya 2>/tmp/himalaya.log - ```