From 7ceafac152f6a751f4fe7054ae94693b9d51003a Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Sat, 21 Dec 2024 01:48:09 +0100
Subject: [PATCH] add installation instructions

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index b396dba..6983c94 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
 # pc-setup-scripts
 This tool installs and updates applications and packages using various package managers.
+
+## Installation instructions
+```sh
+sudo apt update && sudo apt install -y git
+git clone https://git.420joos.dev/andrijoos/pc-setup-scripts.git
+cd pc-setup-scripts
+chmod +x *.sh
+```
-- 
GitLab