Add instructions to make lz4 executable

This commit is contained in:
Rien Maertens 2020-03-25 16:33:22 +01:00
parent 8ca1557e7b
commit 53051fbdf5
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -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.