diff --git a/README.md b/README.md index 63fa9b2..0d7ffb9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Run `build.sh` to generate a hands-free iso image. ### Example ```sh +sudo apt update +sudo apt install curl git gnupg pwgen whois xorriso +git clone "https://github.com/nothub/debian-autoinstall.git" +cd "debian-autoinstall" curl -sSLo "configs/authorized_keys" "https://github.com/nothub.keys" ./build.sh -u "hub" -n "mainframe" -d "hub.lol" ```