diff --git a/README.md b/README.md index 5bb38fe..c073db7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # netrun -Run scripts from the Internet more securely than `curl | bash` (experimental) \ No newline at end of file +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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f229360 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +requests