Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed Feb 19, 2024
1 parent c2a178c commit e5dfbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namesake, it's intelligent, can be taught to speak SQL, and has many colors
To build a local JAR, use

```
clj -T:build jar
./bin/build-jar
```

This will create a JAR in the `target` directory.
Expand All @@ -28,7 +28,7 @@ This will create a JAR in the `target` directory.
To compile the Java files, use

```
clj -T:build compile
./bin/compile-java
```

If you're working on Macaw and make changes to a Java file, you must:
Expand Down

0 comments on commit e5dfbea

Please sign in to comment.