summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-04-16 15:05:28 -0400
committerDan Fedele <dan.fedele@gmail.com>2020-04-16 15:05:28 -0400
commit88489a0cfe58bf85db2404071fe77d23878ad9d9 (patch)
treec10b70b05f062b31231bbb0d2c40421eb5fe14ff /README.md
parent54bfdca6b016d49eaa2589e6b65b6f37881b98c1 (diff)
Finished Kali ansible setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0bb6d3a..ab9e851 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# FreshInstall
This repo will just be a collection of notes of things I should install upon a fresh installation. I will add to this as I need to.
+
+If you just started up a new instance of Kali, to get it to a "proper working setup" that I've come to like, simply run the following command from a terminal:
+
+`curl -s https://raw.githubusercontent.com/AgroDan/FreshInstall/master/setup-kali.sh | sudo bash`
+
+This should get you on your way. \ No newline at end of file