Skip to content

Commit

Permalink
Add building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekw committed Aug 13, 2019
1 parent af38843 commit 9d3a29e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Clojure of the day: it displays random documentation for function from `clojure.core` namespace.

# Usage
## Usage

Download the binary from the releases page: https://github.com/tomekw/cotd/releases.

Expand All @@ -27,3 +27,6 @@ clojure.core/read

For data structure interop use clojure.edn/read
```
## Building
Tweak `GRAALVM_HOME` and `JAVA_HOME` in `script/build.sh` and run it.
1 change: 0 additions & 1 deletion src/main/clojure/com/tomekw/cotd/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
(println (str "clojure.core/" (:name random-doc)))
(println (:arglists random-doc))
(println (str " " (:doc random-doc))))))

0 comments on commit 9d3a29e

Please sign in to comment.