README [skip ci]
This commit is contained in:
parent
bed2a3dee0
commit
7049b1b0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ method:
|
|||
``` clojure
|
||||
$ cat src/foo.clj
|
||||
(ns foo (:gen-class)) (defn -main [& args] (prn :hello))
|
||||
$ bb -cp $(clojure -Spath):classes -m foo --uberjar foo.jar
|
||||
$ bb -cp $(clojure -Spath) -m foo --uberjar foo.jar
|
||||
$ bb foo.jar
|
||||
:hello
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue