Skip to content

Commit 5f7ed8c

Browse files
committed
Document Java 11 requirement, closes #511
1 parent fbc5d8d commit 5f7ed8c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ ALPHA, expect breaking changes.
4242

4343
## 👩‍🎨 Using Clerk
4444

45-
To use Clerk in your project, add the following dependency to your `deps.edn`:
45+
To use Clerk in your project, you'll need Java 11+ and [`clojure`](https://clojure.org/guides/install_clojure). Add the
46+
following dependency to your `deps.edn`:
4647

4748
```edn
4849
{:deps {io.github.nextjournal/clerk {:mvn/version "0.14.919"}}}

book.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

4040
;; ## 🚀 Getting Started
4141

42+
;; Clerk requires Java 11 or newer and [`clojure`](https://clojure.org/guides/install_clojure) installed.
43+
4244
;; ### 🤹 Clerk Demo
4345

4446
;; When you're not yet familiar with Clerk, we recommend cloning and playing with the [nextjournal/clerk-demo](https://github.com/nextjournal/clerk-demo) repo.

0 commit comments

Comments
 (0)