diff options
author | Colin Okay <colin@cicadas.surf> | 2022-09-15 16:43:12 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-09-15 16:43:12 -0500 |
commit | 05d14a41be09840477477e4d7142951f06dce0a4 (patch) | |
tree | 208850568ec9b39309454f978687678bb31edf78 /lib/state.lisp | |
parent | 62c755bff215540956ebbbe2534b8f0d7ec66656 (diff) |
Modify: altered first run helper text
Diffstat (limited to 'lib/state.lisp')
-rw-r--r-- | lib/state.lisp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/state.lisp b/lib/state.lisp index 1f9f36b..7a372e3 100644 --- a/lib/state.lisp +++ b/lib/state.lisp @@ -145,7 +145,10 @@ CACHED-ONELINERS-FILE. NIL if there is no such file." :host (prompt "Oneliner Server Host: " :prefill "https://api.oneliners.wiki") :shell (prompt "With which shell should oneliners be run? " - :prefill "bash"))) + :prefill "bash")) + (format t "A new config file has been created, it will be saved to ~a~%." + (config-file)) + (format t "Be sure to set your EDITOR environment variable if you plan to contribute to the wiki.~%")) (defun read-drafts-file () (read-from-file (drafts-file))) |