We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dd83f commit 387ee9bCopy full SHA for 387ee9b
README.md
@@ -41,13 +41,14 @@ Before setting up LiquidJava, ensure you have the following installed:
41
42
## Verify Installation
43
44
-To generate an executable to check your refinements using LiquidJava, do as follows:To verify that you can execute LiquidJava:
45
-*Warning: Any change to LiquidJava requires rebuilding the jar.*
+To generate an executable to check your refinements using LiquidJava*:
46
47
1. **Build the jar**:
48
```bash
49
mvn package -Djar.finalName=liquidjava
50
```
+*Warning: Any change to LiquidJava requires rebuilding the jar.*
51
+
52
53
2. **Run verification on examples**:
54
0 commit comments