From e575ed9ed20b9daeca7d2abe1060333e51aa26b3 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 7 Nov 2018 17:45:46 -0700 Subject: [PATCH 1/2] Update README.md Former-commit-id: 05c28d9eda6be72c8eab2796534dac5078edc5f3 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. From f213ffd91cdcd38da90ffb964f61c9c06be1d1c3 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 7 Nov 2018 17:46:07 -0700 Subject: [PATCH 2/2] Update README.md Former-commit-id: 12dd45d05a516f59a4c8b2224c887cb822b2a6fb Former-commit-id: 798830ac79d0ddcaa8c849eee157d0ca433e7867 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a06053..b330db16 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 -Clone this repository with git clone --recursive, 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.