You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,28 @@ mvn clean package -DskipTests
24
24
```
25
25
26
26
### Standalone Binary (Mac/Linux/Windows)
27
-
To build a fully encapsulated native operating system application (bundled with a minified JLink JRE):
27
+
To build a fully encapsulated native operating system application (bundled with a minified JRE):
28
28
```bash
29
29
./build-standalone.sh
30
30
```
31
31
Your standalone binary will be available at `dist/java2graph`.
32
32
33
+
### Installing Ladybug CLI (`lbug`)
34
+
To query the databases generated by **Java2Graph**, you should install the **Ladybug CLI (`lbug`)**.
35
+
36
+
**macOS (via Homebrew):**
37
+
```bash
38
+
brew install ladybug
39
+
```
40
+
41
+
**Linux / Generic Shell (via Install Script):**
42
+
```bash
43
+
curl -s https://install.ladybugdb.com | bash
44
+
```
45
+
46
+
**Manual Installation:**
47
+
You can also download precompiled binaries directly from the [Ladybug Releases](https://github.com/LadybugDB/ladybug/releases/latest) page. Extract the archive and ensure the `lbug` binary is in your system `PATH`.
0 commit comments