Skip to content

Commit a12331f

Browse files
committed
Add fork note, bump Clerk with url fix
1 parent 6d10d97 commit a12331f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
A template repo for folks wanting to do [Advent of
44
Code](https://adventofcode.com) with [Clerk](https://clerk.vision).
55

6-
76
## Usage
87

9-
To play with this, you need to have [Clojure
8+
Fork & clone this repo, make sure you have [Clojure
109
installed](https://clojure.org/guides/install_clojure), then run:
1110

1211
``` shell

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{:paths ["dev" "src" "resources"]
1+
{:paths ["src" "resources"]
22
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
3-
io.github.nextjournal/clerk {:git/sha "9c51111dcfead67c52bf3d2cd0facaa415312614"}
3+
io.github.nextjournal/clerk {:git/sha "bdf79084374fc89cd956ec076847c0845c80c911"}
44
org.babashka/cli {:mvn/version "0.5.40"}}
55

66
:aliases {:nextjournal/clerk {:exec-fn nextjournal.clerk/build!

0 commit comments

Comments
 (0)