Skip to content

Commit

Permalink
doc: add CLI example
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Jan 12, 2024
1 parent 8a35d39 commit 7efabf7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ n = ng_let()
n.start()
```

<details>
<summary>Or from CLI</summary>

> Start NebulaGraph Lite from CLI:
```bash
nebulagraph start
```

</details>

Voilà! It'ts up and running already now!

## What's next
Expand Down

0 comments on commit 7efabf7

Please sign in to comment.