Skip to content

Commit 1ba193d

Browse files
committed
Improve README
1 parent fd449e5 commit 1ba193d

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,28 @@ mvn clean package -DskipTests
2424
```
2525

2626
### 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):
2828
```bash
2929
./build-standalone.sh
3030
```
3131
Your standalone binary will be available at `dist/java2graph`.
3232

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`.
48+
3349
## Usage
3450

3551
If using the compiled `.jar`:

0 commit comments

Comments
 (0)