From 7292f34b7b8376c8d29ae7a779d0f7bc3bf42695 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 7 Nov 2018 17:45:46 -0700 Subject: [PATCH] Update README.md Former-commit-id: f898ecb4f34499647ea19fa5fe2bc35b26296fd7 Former-commit-id: 235cd4290f4faa8a51e2a5a85b2032e3ab903373 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db95185..09a06053 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This script automates the process of building the most common pentesting Linux d ## Running -Just clone the repository, then make whatever changes you wish to make. +Clone this repository with git clone --recursive, then make whatever changes you wish to make. * Add any .deb files to the debs/ folder that you want installed into the image. * Add any files to the filesystem/ folder that you want on the final system. * Add any extra software from the repository you wish to install to the config/software.list.chroot file.