From 6848a764fb7db00c42c7d17b76acb162e1cf96ca Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 17 Apr 2025 08:51:41 +0200
Subject: [PATCH] doc: make it more clear what to run

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0dab2de..b154c64 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
 
 Meant to be run on a [KDE Neon](https://neon.kde.org/) (or Ubuntu) desktop to install or update applications and settings.
 
+## Installation
+
+Do those steps if you want to set up your desktop:
+
 ```bash
 # Install ansible
 sudo apt update && sudo apt install curl ansible -y
@@ -21,7 +25,9 @@ nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --u
 nix-env --install --attr devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
 ```
 
-## Development
+## Ansible playbook development
+
+You don't need these if you just want so set up your desktop!
 
 ### Multipass installation
 
-- 
GitLab