aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-10-19 11:27:18 -0500
committerChristian Cleberg <hello@cleberg.net>2024-10-19 11:27:18 -0500
commitc588eff5bd05c7d10bbc76d9971dde514118c5ee (patch)
treeec55919633270890bebf72679cffa1b19ed60add
parent9bf4bc59ee673fb72e56104aec94282ec55bb7ee (diff)
downloadaudit-tools-c588eff5bd05c7d10bbc76d9971dde514118c5ee.tar.gz
audit-tools-c588eff5bd05c7d10bbc76d9971dde514118c5ee.tar.bz2
audit-tools-c588eff5bd05c7d10bbc76d9971dde514118c5ee.zip
add run hint to README
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index b2bcfdc..7c3706c 100644
--- a/README.org
+++ b/README.org
@@ -23,4 +23,5 @@ consistent packing:
python3 -m venv venv
source ./venv/bin/activate
pip install PACKAGE_NAME
+python3 ./PYTHON_SCRIPT.py
#+end_src