diff --git a/README.md b/README.md
index b396dbad7a2d1b892b0aa64d6a7f257ee5b23379..6983c94e85be97a0afce5ec946a97fc43a31a3da 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
+```