From 80da5aea6994f43a9a4d07b19a6ccb7490157703 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Thu, 7 Apr 2022 19:04:15 -0700 Subject: [PATCH] Minimal documentation --- README.md | 7 ++++++- requirements.txt | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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