about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/README.md b/README.md
index 45b3933..cddd2bb 100644
--- a/README.md
+++ b/README.md
@@ -6,21 +6,18 @@ interface's PDF rendering functionality to render your documents. As a result,
 it should be able to render any reMarkable document, in particular those
 created on newer firmware versions.
 
-Currently, reMder uses firmware version v3.11.2.5.
+Currently, reMder uses firmware version v3.14.1.9.
 
 ## Building
 
-reMder is provided as a Nix package, ready to be installed using the Nix
-package manager (available at https://nixos.org/download/). After having
-cloned this repo, run
+Use the nixpkgs overlay provided by the flake. You need a nixpkgs that has
+https://github.com/NixOS/nixpkgs/pull/381224 merged.
 
-```
-$ nix build
-```
+TODO expand instructions for non-Nix users
 
-This will build Linux for the emulator and a GCC cross-compiler, so be patient
-:) After this command has finished, reMder should be available in
-`./result/bin`.
+Moreover, at the moment reMder runs only on 64-bit ARM processors that can
+execute 32-bit ARM instructions (e.g. the Cortex-A72 found on the Raspberry
+Pi 4B.) I'll add support for more platforms when I find the time.
 
 ## Usage