diff --git a/README.markdown b/README.markdown index f52721a..d71591a 100644 --- a/README.markdown +++ b/README.markdown @@ -21,8 +21,6 @@ If JAR is given a file name, load it and start a presentation directory. ### Run as a script -You hope to start your presentation as just a Clojure script, you should put a expression '(start)' to a foot of your presentation file, additionaly. - $ clj sample/introduction-to-clojure.clj ## Reload the file diff --git a/sample/introduction-to-clojure.clj b/sample/introduction-to-clojure.clj index 50e5548..b5fa7ce 100644 --- a/sample/introduction-to-clojure.clj +++ b/sample/introduction-to-clojure.clj @@ -261,3 +261,5 @@ "clojure-ja")] [(t "以上")] ) + +(start) diff --git a/sample/lisp-poetry.clj b/sample/lisp-poetry.clj index f2385c8..2827507 100644 --- a/sample/lisp-poetry.clj +++ b/sample/lisp-poetry.clj @@ -152,3 +152,5 @@ "・Zen And The Art Of Perl Poetry" "")] ) + +(start) diff --git a/skelton.clj b/skelton.clj index ca072a6..a66a560 100644 --- a/skelton.clj +++ b/skelton.clj @@ -20,3 +20,5 @@ "箇条書き2")] ;; Extra large letters [(t "入力")]) + +(start)