From ae6d5e4fca139e58a5f0a2f658dd4e6f51c9b033 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 3 Oct 2018 00:56:52 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 918f1da5..be332baf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ If you run the script without any options, it will build whichever OS you are cu ## Examples `sudo ./runme.sh -u -l Kali -d mate -r 192.168.0.30` + This will build a Kali Linux .iso, with the MATE desktop environment, using a local repository at 192.168.0.30 `sudo ./runme.sh -u -l Parrot -d cinnamon` + This will build a Parrot Security OS .iso, with the Cinnamon desktop environment, using the default Parrot repository. If -r is unspecified, then the default will be used.