Skip to content

Commit

Permalink
Homebrew clojure instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfings committed Oct 22, 2019
1 parent 83771b5 commit fc91eff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions envelopes.clj
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
;; Download from https://clojure.org/community/downloads
;; alias clj="java -cp ~/Code/clojure-1.8.0/clojure-1.8.0.jar:. clojure.main"
;; $ clj -m envelopes envelopes.clj
;; or
;; $ brew install leiningen
;; $ lein repl
;; user=> (load-file "envelopes.clj")
;; user=> (envelopes/-main [])
;; $ brew install clojure
;; $ clj -Scp `clj -Spath`:. -m envelopes envelopes.clj

(ns envelopes)

Expand Down

0 comments on commit fc91eff

Please sign in to comment.