Minimal documentation

This commit is contained in:
Samuel Sloniker 2022-04-07 19:04:15 -07:00
parent 82bba3540c
commit 80da5aea69
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# netrun
Run scripts from the Internet more securely than `curl | bash` (experimental)
Run scripts from the Internet more securely than `curl | bash` (experimental)
## Try it
pip3 install -r requirements.txt
python3 netrun.py https://git.kj7rrv.com/kj7rrv/netrun/raw/branch/master/demo_script.sh

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
requests