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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ A small and fast, yet decidedly over-engineered command-line and interactive vie
16
16
17
17
## Installation
18
18
19
+
### Homebrew (macOS and Linux)
20
+
21
+
```bash
22
+
brew install dfallman/tap/texttv
23
+
```
24
+
25
+
### From source
26
+
19
27
Make sure you have the latest version of Rust installed. Use [Rustup](https://rustup.rs/) rather than your package manager to install, as this ensures you'll get the latest version.
0 commit comments