Added a setup.sh just as an onramp to the new pipx installer.

This commit is contained in:
Daniel Miessler 2024-03-17 19:41:28 -07:00
parent 7b644cf84c
commit a63de21e73

5
setup.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "The new installer is now available via pipx."
echo ""
echo "Run 'pipx install .' to begin."