Merge pull request #31 from MisconceivedSec/master
Clarified installation instructions
This commit is contained in:
commit
b540a5b457
18
README.md
18
README.md
|
|
@ -11,13 +11,19 @@
|
||||||
- Script is now be executable upon clone (perms: 755 rwxr-xr-x added to github)
|
- Script is now be executable upon clone (perms: 755 rwxr-xr-x added to github)
|
||||||
- There is no need to chmod +x pimpmykali.sh upon git clone
|
- There is no need to chmod +x pimpmykali.sh upon git clone
|
||||||
|
|
||||||
# Installation script:
|
# Installation:
|
||||||
- rm -rf pimpmykali/
|
```bash
|
||||||
- git clone https://github.com/Dewalt-arch/pimpmykali
|
# Remove existing pimpmykali folder
|
||||||
- cd pimpmykali
|
rm -rf pimpmykali/
|
||||||
- sudo ./pimpmykali.sh
|
|
||||||
- For a new kali vm, run menu option N
|
|
||||||
|
|
||||||
|
# Clone pimpmykali repository & enter the folder
|
||||||
|
git clone https://github.com/Dewalt-arch/pimpmykali
|
||||||
|
cd pimpmykali
|
||||||
|
|
||||||
|
# Execute the script - For a new Kali VM, run menu option 'N'
|
||||||
|
# (The scirpt must be run with root privileges)
|
||||||
|
sudo ./pimpmykali.sh
|
||||||
|
```
|
||||||
# Special Thanks to Pimpmykali-Mirrors Testers!!
|
# Special Thanks to Pimpmykali-Mirrors Testers!!
|
||||||
- Crazy_Man - https://github.com/The-Crazy-Man
|
- Crazy_Man - https://github.com/The-Crazy-Man
|
||||||
- Andro
|
- Andro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue