diff --git a/README.md b/README.md
index d35a43e..aae9b69 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,23 @@
-# GitBox
+
+
+ GitBox
+
-
+ A fast, self-contained Git GUI built with Vue 3, Electron and a C++ addon over libgit2.
+ No git binary required — clone, fetch, pull and push run natively over HTTPS and SSH.
-[](https://github.com/gitgusilva/gitbox/stargazers)
-[](https://github.com/gitgusilva/gitbox/forks)
-[](LICENSE)
-[](https://github.com/gitgusilva/gitbox/releases/latest)
-[](https://github.com/gitgusilva/gitbox/releases)
+
+
+
+
+
+
-A fast, self-contained Git GUI built with Vue 3, Electron and a C++ addon over libgit2.
-No `git` binary required: clone, fetch, pull and push run natively, over HTTPS and SSH.
+
+
+
## Features
@@ -37,6 +43,10 @@ The AppImage and the Windows installer update themselves from GitHub Releases;
libgit2 and its TLS stack, so there is nothing else to install — a local Git is
not required.
+The Linux packages are built on Ubuntu 22.04, so they need glibc 2.35 or newer
+(Ubuntu 22.04+, Debian 12+, Fedora 36+, RHEL 9+). SSH remotes (`git@…`) work on
+Linux; the Windows build authenticates over HTTPS for now.
+
## Building from source
Requires Node.js 20+, npm, a C++ toolchain (gcc/clang or MSVC), CMake, Ninja and Perl.