From 0cdbae1cb26acd291b2e03646b879d4603ae5992 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 12 Feb 2020 13:51:59 +0100 Subject: [PATCH] Add installation instructions --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cee069d..1cb9989 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ Snappy reMarkable screen sharing over SSH. On your **host** machine: - Any POSIX-shell (e.g. bash) - [zstd](http://www.zstd.net/) +- ffmpeg (with ffplay) - ssh -- ffmpeg (with ffmplay) On your **reMarkable**: -- Any POSIX-shell -- [zstd](http://www.zstd.net/) -- netcat -- coreutils-head +- zstd (`opkg install zstd`) +- netcat (`opkg install netcat`) +- coreutils-head (`opkg install coreutils-head`)