diff --git a/README.md b/README.md index 8a56c71..ea07411 100644 --- a/README.md +++ b/README.md @@ -60,36 +60,16 @@ It is recommended to install `lz4` on both your computer and the reMarkable tabl #### Manually -Copy the provided binary `lz4.arm.static` to your reMarkable and make it executable. -The binary is version `1.9.2`. +Copy one of the provided `lz4` binaries to your reMarkable and make it executable. +The version you want to install depends on the version on your operating system. +Check the installed version with `lz4 --version`. ```bash -scp lz4.arm.static root@$REMARKABLE_IP:/home/root/lz4 +scp bin/lz4-.arm.static root@$REMARKABLE_IP:/home/root/lz4 ssh root@$REMARKABLE_IP 'chmod +x /home/root/lz4' ``` -#### Using Toltec - -This is only recommended for versions up to `2.15.1.1189` at the time of writing. -You might brick your reMarkable otherwise! -Check for [the warning here](https://toltec-dev.org/#install-toltec). - -Please use [Toltec](https://github.com/toltec-dev/toltec) to install `lz4` on your reMarkable. - -Packages: -- `lz4` - -Note: before installing the packages, run -``` -opkg update -opkg upgrade -``` -once and then install the packages via -``` -opkg install -``` - -Remember to run `toltecctl reenable` on your reMarkable tablet after each software update. +Where `` is either `1.9.2` or `1.10.0`. ### Disclaimer diff --git a/bin/lz4-1.10.0.arm.static b/bin/lz4-1.10.0.arm.static new file mode 100755 index 0000000..d60b6f1 Binary files /dev/null and b/bin/lz4-1.10.0.arm.static differ diff --git a/lz4.arm.static b/bin/lz4-1.9.2.arm.static similarity index 100% rename from lz4.arm.static rename to bin/lz4-1.9.2.arm.static