From 248e206fcc1b384c69e49dc71cbdf505c3832db0 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 6 Aug 2023 03:29:04 +0700 Subject: [PATCH] Add stronger warning --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9dec703..78b5857 100644 --- a/readme.md +++ b/readme.md @@ -119,7 +119,7 @@ brew install lukechilds/tap/humanscript Or manually install by downloading this repository and copy/symlink `humanscript` into your PATH. -> Be careful if you're running humanscript unsandboxed. It can sometimes do weird and dangerous things. If you're brave enough to run unsandboxed it's a good idea to run humanscripts initially with `HUMANSCRIPT_EXECUTE="false"` so you can check the resulting code before executing. +> Be careful if you're running humanscript unsandboxed. The inferpreter can sometimes do weird and dangerous things. Speaking from experience, unless you want to be doing a system restore at 2am on a saturday evening, you should atleast run humanscripts initially with `HUMANSCRIPT_EXECUTE="false"` so you can check the resulting code before executing. ### Write and execute a humanscript