Skip to content

Commit da1c748

Browse files
committed
remove Ant build instructions from readme
1 parent 251459b commit da1c748

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

readme.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ Docs: https://clojure.org
1111
Feedback: https://ask.clojure.org
1212
Getting Started: https://clojure.org/guides/getting_started
1313

14-
To build and run locally with Ant:
15-
16-
One-time setup: ./antsetup.sh
17-
To build: ant local
18-
To run: java -jar clojure.jar
19-
2014
To build locally with Maven:
2115

16+
To test:
17+
mvn test
18+
2219
To build (output JARs in target/):
2320
mvn package
2421

0 commit comments

Comments
 (0)