Skip to content

Commit

Permalink
📚 Add note about deps-try
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Sep 12, 2023
1 parent 4bf5f70 commit c735ed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Note that using Unicode characters in progress indicators may be unreliable, dep

2. If you're using the Clojure CLI tools, you **must** use the `clojure` binary, as the `clj` binary wraps the JVM in `rlwrap` which then incorrectly interprets some of the ANSI escape sequences emitted by `spinner`. Some other readline alternatives (notably [Rebel Readline](https://github.com/bhauman/rebel-readline)) have been reported to work correctly.

#### deps-try

Doesn't work properly, for the same reason the `clj` command line doesn't work properly (`rlwrap` intercepts the ANSI escape sequences emitted by this library and misinterprets them).

#### Clojure CLI

```shell
Expand Down

0 comments on commit c735ed9

Please sign in to comment.