From 5fdb421d9973696583a2ca905a71cae7f858055c Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 22 Oct 2023 10:50:17 +0200 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5bbab..9d405f2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ with less resources. ## Screenshots -The most important thing about a completely useless linux distro are the screenshots. +The most important thing about a linux distro are the screenshots. :p Here you go! @@ -55,13 +55,14 @@ You can give the script a custom debian-mirror, if your prefer e.g. Of course you can customize nanodesk to fit your needs! The simplest way is to add your favorite packages to the nanodesk live-image. -Just add them to the file `templates/install_base.custompkg.sh` +Just add them to the file `templates/install_base.customsteps.sh` For example, let's add Abiword and Pidgin to nanodesk, the file would look like ```bash apt install -y \ audacious \ +vlc \ abiword \ pidgin ```