mirror of
https://github.com/edufeed-org/nostr-clj.git
synced 2025-12-10 00:34:36 +00:00
Clarify current status in README
This commit is contained in:
parent
c43efc5fcf
commit
ca68ff05bf
2 changed files with 2 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Do nostr stuff with Clojure.
|
||||
|
||||
Heavy WIP.
|
||||
Heavy WIP. At this point it probably won't make much sense too you.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,7 @@
|
|||
[deps-deploy.deps-deploy :as dd]))
|
||||
|
||||
(def lib 'net.clojars.laoc/nostr)
|
||||
(def version "0.0.1-SNAPSHOT")
|
||||
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
|
||||
(def version (format "1.0.%s" (b/git-count-revs nil)))
|
||||
(def version "0.0.1")
|
||||
(def class-dir "target/classes")
|
||||
|
||||
(defn test "Run all the tests." [opts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue