diff --git a/README.md b/README.md index 49b499c..022b6ee 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ Lispect **example.lsp** -$ `lispect example.lsp USERNAME@DOMAIN PASSWORD` +$ `lispect example.lsp {SSH-OPTIONS} USERNAME@DOMAIN PASSWORD` → login `USERNAME@DOMAIN` with `ssh` and input `PASSWORD` automatically > [!NOTE] > Some variable names have been updated for compatibility with recent versions of gmnlisp, but the old names remain available for now. +`lispect ./example.lsp -p 2222 username@127.0.0.1 yourpassword` + ```example.lsp (block main (if (< (length *argv*) 2)