nextjournal / clojure-mode

Clojure/Script mode for CodeMirror 6
https://nextjournal.github.io/clojure-mode/
Eclipse Public License 2.0
158 stars 18 forks source link

How do I include this? Readme instructions need updating #35

Closed interstar closed 12 months ago

interstar commented 12 months ago

Just followed your instructions on the Readme page and I get

Error building classpath. Library nextjournal.clojure-mode/nextjournal.clojure-mode has prefix sha, use full sha or add tag
mk commented 12 months ago

Hi @interstar, I've updated the coordinates to use the tools.deps ability to infer the :git/url and changed :sha to :git/sha:

clj -Sdeps '{:deps {io.github.nextjournal/clojure-mode {:git/sha "1f55406087814a0dda6806396aa596dbe13ea302"}}}'
interstar commented 12 months ago

Thanks.

I realise my problem was I was trying to use the shortened version of the SHA that is published on the GitHub front-page rather than the full version.