Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ cd GraphLite

After building, the binary will be available at `target/release/graphlite`.

<details>
<summary><b>Advanced Build Options</b></summary>
### Advanced Build Options

```bash
# Development build (faster compilation, slower runtime)
Expand All @@ -110,10 +109,8 @@ After building, the binary will be available at `target/release/graphlite`.
# View all options
./scripts/build_all.sh --help
```
</details>

<details>
<summary><b>Alternative: Manual Build with Cargo</b></summary>
### Alternative: Manual Build with Cargo

If you prefer to build manually without the script:

Expand Down Expand Up @@ -148,9 +145,6 @@ GraphLite includes a comprehensive cleanup script to uninstall and remove all pr

**Safety**: The script requires an explicit option to prevent accidental cleanup.

```
</details>

### Step 2: Initialize Database

```bash
Expand Down