diff options
author | Florrie <towerofnix@gmail.com> | 2020-04-18 11:33:43 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2020-04-18 11:33:43 -0300 |
commit | 7f7166bc3719de7c63fe3076c492eb0a422d69b2 (patch) | |
tree | 5660dd0e4c805a7cbea57c11f6934488ef9afda6 | |
parent | 7346cda4148259075db5e6446282d4e864275f8e (diff) |
make note of socat in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 5161077..a29dfaa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -You will need a relatively recent version of [Node.js](https://nodejs.org/en/), as well as [mpv](https://mpv.io/) (`apt install mpv` and the like work fine). +You will need a relatively recent version of [Node.js](https://nodejs.org/en/), as well as [mpv](https://mpv.io/) (`apt install mpv` and the like work fine). [socat](https://linux.die.net/man/1/socat) is also highly recommended and necessary for pausing/seeking/etc; you can install that with your local package manager (apt, Homebrew, etc). ``` git clone https://git.ed1.club/florrie/mtui.git # Or https://notabug.org/towerofnix/mtui.git |