Skip to content

Commit

Permalink
Merge pull request #23 from wey-gu/feat_cli_executable
Browse files Browse the repository at this point in the history
doc: add CLI example
  • Loading branch information
wey-gu authored Jan 12, 2024
2 parents fe7a23c + 7efabf7 commit 4faf90b
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 4faf90b

Please sign in to comment.