From 722ef2d2b664d51f78f043c3628a600b4180d426 Mon Sep 17 00:00:00 2001 From: fjwillemsen Date: Fri, 22 Jul 2022 16:18:36 +0200 Subject: [PATCH] Updated README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bedadf..44e3489 100644 --- a/README.md +++ b/README.md @@ -9,21 +9,25 @@ However, would it not be even better if it were to behave like a native app on y - [ ] notifications (planned for next version) +## How it works +Using [nativefier](https://github.com/nativefier/nativefier), the Overleaf website is wrapped as an Electron app. While this is not optimally efficient and we may switch to a better approach in the future, it does provide compatibility with a large number of platforms. + + ## Download binary If there is interest in this project, I will create add it to Homebrew for easy updates. For now, the following binaries have been precompiled and can be downloaded directly: -### Mac +### **Mac** * Apple Silicon (M1/M2) * Intel (64-bit only) -### Linux +### **Linux** * ARM64 (64-bit) * ARMv7L (32-bit) * X64 (64-bit) * IA32 (32-bit) -### Windows +### **Windows** * X86 (64-bit) * X86 (32-bit) * ARM64 (64-bit)