summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d91da6c..287f4c3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Gitfish
-Welcome to **gitfish** — a simple, fast, memory-friendly, and secure GIT-over-SSH server for your repositories.
+Welcome to **gitfish** — a GIT over SSH server that follows KISS principle.
The goal of this project is to provide a **minimal Git server** with no unnecessary features or management overhead.
It’s designed for everyone who doesn’t need or want a fancy GUI or advanced functionality beyond the essentials.
@@ -15,7 +15,7 @@ As a result, it’s **small, secure, fast**, and uses **under 10 MB of memory**,
- 🚀 **Fast & secure**, with minimal dependencies: Git, SSH, Fish, Tini, Sudo
- 👥 **Built-in user and repository management**
- 🔐 **Basic ACL system** with per-user read/write permissions
-- 📜 **Logging** of all Git operations
+- 📜 **Logging**
---