From 89720a25a635d9e2fdff34f0b7d5b7e492ed01d2 Mon Sep 17 00:00:00 2001 From: epi052 Date: Sat, 18 Jan 2020 06:42:38 -0600 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c170b8a..09bd8cf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are two primary phases for installation: 1. prior to [cmd2](https://github.com/python-cmd2/cmd2) being installed 2. everything else -First, the manual steps are as follows (and shown below) +First, the manual steps to get cmd2 installed in a virtual environment are as follows (and shown below) ```bash apt install pipenv @@ -26,7 +26,7 @@ pipenv install cmd2 Once manual installation of [cmd2](https://github.com/python-cmd2/cmd2) is complete, the `recon-pipeline` shell provides its own `install` command (seen below). A simple `install all` will handle all installation steps (as long as you're running a newer version of kali; all other OS's are untested, good luck!) - [![asciicast](https://asciinema.org/a/293305.svg)](https://asciinema.org/a/293305) +[![asciicast](https://asciinema.org/a/294414.svg)](https://asciinema.org/a/294414) ## Command Execution