Skip to content

Commit ffa83c5

Browse files
committed
update readme
1 parent c0b6a71 commit ffa83c5

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Terminal Lite
22

3-
Experimental terminal emulator application written in Flutter.
3+
Experimental cross-platform terminal emulator application written in Flutter.
44

55
## Screenshots
66

@@ -31,8 +31,22 @@ Experimental terminal emulator application written in Flutter.
3131

3232
## Build
3333

34+
**Flutter 1.22.0+ is recommended to build Terminal Lite.**
35+
3436
```
35-
flutter packages get
36-
flutter packages upgrade
37+
flutter pub get
38+
flutter pub upgrade
3739
flutter run --release
38-
```
40+
```
41+
42+
## Known Issues
43+
44+
- [Pty](https://github.com/TerminalStudio/pty) may not work in **debug mode**.
45+
- Some special characters may not render in **MacOS**, maybe caused by [fontFamilyFallback](https://github.com/TerminalStudio/xterm.dart/blob/2800cfba0e1a945b3588e5658cf0801684c91027/lib/theme/terminal_style.dart#L2)?
46+
- When multiple tabs are opened, focus may not move between those tabs correctly.
47+
48+
## Features and bugs
49+
50+
Please file feature requests and bugs at the [issue tracker](https://github.com/TerminalStudio/lite/issues).
51+
52+
Contributions are always welcome!

0 commit comments

Comments
 (0)