Skip to content

Commit 0dbb91e

Browse files
holyjakmk
andauthored
Mention build! in README.md
Co-authored-by: Martin Kavalar <[email protected]>
1 parent 614a632 commit 0dbb91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Require and start Clerk as part of your system start, e.g. in `user.clj`:
6565
;; start with watcher and show filter function to enable notebook pinning
6666
(clerk/serve! {:watch-paths ["notebooks" "src"] :show-filter-fn #(clojure.string/starts-with? % "notebooks")})
6767

68+
;; Build a html file from the given notebook notebooks.
69+
;; See the docstring for more options.
70+
(clerk/build! {:paths ["notebooks/rule_30.clj"]})
71+
6872
```
6973

7074
You can then access Clerk at <http://localhost:7777>.

0 commit comments

Comments
 (0)