Skip to content

Commit f147ea2

Browse files
authored
Update README.md
1 parent 3a14bf1 commit f147ea2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ Download the latest release for your platform [here](https://github.com/Julien-R
5858
If you use cargo you can run `cargo install fast-ssh`
5959

6060
Then you can launch Fast-SSH with `fast-ssh`.
61+
62+
# Known Issues
63+
If you are a user of the new Windows terminal and you encounter raw AINSI escape sequences when you run fast-ssh, you must unset the TERM environment variable before running the application. Read more about this here : https://github.com/crossterm-rs/crossterm/issues/580
64+
65+
Best solution would be to create an alias like this :
66+
```
67+
alias fast-ssh="TERM= fast-ssh"
68+
```

0 commit comments

Comments
 (0)