From 05d14a41be09840477477e4d7142951f06dce0a4 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 15 Sep 2022 16:43:12 -0500 Subject: Modify: altered first run helper text --- lib/state.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/state.lisp') 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))) -- cgit v1.2.3