Skip to content

Commit

Permalink
Minor README fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Apr 28, 2024
1 parent c047c93 commit 7f0506d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ It also uses an in-memory compiler,
[osgiaas-javac](https://github.com/renatoathaydes/osgiaas/blob/master/docs/lang/osgiaas-javac.md), which is
based on the [JavaCompiler](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html) mechanism.

❇️ Go to the [Getting Started](#getting-started-with-jgrab) section for installation instructions.

## Example usage

Run a Java file or code snippet:
Expand Down Expand Up @@ -67,7 +69,7 @@ It starts a deamon, downloads the necessary dependencies and then compiles and r
The next time you run a Java file with the same dependencies, it reuses the deamon and the cached dependencies:

```
▶ jgrab UsesGuava.java
time jgrab UsesGuava.java
coin=3
glass=4
pencil=1
Expand Down

0 comments on commit 7f0506d

Please sign in to comment.