From 9c2ac4bc46e103e54c748ec0aae220af7d48c9a6 Mon Sep 17 00:00:00 2001
From: u80864958 <niklas.breitenstein@bit.admin.ch>
Date: Tue, 8 Oct 2024 11:05:16 +0200
Subject: [PATCH] update readme

---
 .timer.toml |  4 +++-
 README.md   | 15 +++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/.timer.toml b/.timer.toml
index d4d0e55..167e55b 100644
--- a/.timer.toml
+++ b/.timer.toml
@@ -1,3 +1,5 @@
-## dates and their corresponding seconds been here :)
+## dates and their corresponding seconds been here :)
 [24-10-07]
 u80864958_at_u80864958 = 432
+[24-10-08]
+u80864958_at_u80864958 = 372
diff --git a/README.md b/README.md
index 81178d2..7c73ff0 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,18 @@ Timer times the time it took you to realize your project
 Counts the time in your editor inside on directory.
 Not beeing inside the editor for less than 5 minutes gets counted as beeing
 inside the editor.
+
+## Installation
+
+Lunar vim:
+```lua
+lvim.plugins = {
+  {
+    "schreifuchs/timer",
+    url = "https://git.schreifuchs.ch/schreifuchs/timer.git",
+    config = function()
+      require('timer').setup()
+    end
+  },
+}
+```