diff --git a/README.md b/README.md index 0dab2ded8dff596909177f4c317315058a545cd7..b154c64cbcf60dd7652c4238d401c8886cb9e547 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