From 53051fbdf59507928ab51a9c4b9abea1b7596d3c Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 25 Mar 2020 16:33:22 +0100 Subject: [PATCH] Add instructions to make lz4 executable --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4602c5..96e07bf 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,6 @@ you can do this yourself by [installing the reMarkable toolchain](https://remark and compiling `lz4` from source with the toolchain enabled, or you can use the statically linked binary I have already built and put in this repo. -Copy the `lz4` program to your reMarkable with `scp lz4.arm.static root@10.11.99.1:~/lz4` and you're ready to go. +Copy the `lz4` program to your reMarkable with +`scp lz4.arm.static root@10.11.99.1:~/lz4`, make it executable with +`ssh root@10.11.99.1 'chmod +x ~/lz4'` and you're ready to go.