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