Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Oct 10, 2024
1 parent 76f710b commit 2674ed1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://matrix.to/#/#pimalaya:matrix.org"><img alt="Matrix" src="https://img.shields.io/matrix/pimalaya:matrix.org?color=success&label=chat"/></a>
</p>
<p>
<em>🚧 Himalaya REPL is still experimental.<br>For a more stable alternative, see [Himalaya CLI](https://github.com/pimalaya/himalaya).</em>
<em>🚧 Himalaya REPL is still experimental 🚧<br>For a more stable alternative, see <a href="https://github.com/pimalaya/himalaya">Himalaya CLI</a></em>
</p>
</div>

Expand Down Expand Up @@ -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
```
</details>

<details>
Expand Down

0 comments on commit 2674ed1

Please sign in to comment.