From 89f201562c69888e76609e0498c4f180c1d4525c Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Thu, 9 Jan 2025 16:46:16 +0100
Subject: [PATCH] don't cd in README installation instructions

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6983c94..b5c9cc5 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,5 @@ This tool installs and updates applications and packages using various package m
 ```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
+chmod +x pc-setup-scripts/*.sh
 ```
-- 
GitLab