You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/install/linux.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,24 @@ For a less declarative installation:
80
80
nix profile install github:raphamorim/rio/main
81
81
```
82
82
83
+
## Terminfo
84
+
85
+
To ensure Rio works correctly, the "rio" terminfo must be installed. Most package managers will install this automatically, but you can verify it's present:
86
+
87
+
```bash
88
+
infocmp rio
89
+
```
90
+
91
+
If the command returns an error, install the terminfo manually:
0 commit comments