Merge 'Enhance README.md' from Kim Seon Woo

# Purpose of the PR
Let's add instructions on how to build and run limbo for first-time
users:

Closes #452
This commit is contained in:
Pekka Enberg
2024-12-12 09:07:34 +02:00

View File

@@ -39,7 +39,7 @@
Install `limbo` with:
```
```shell
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/penberg/limbo/releases/latest/download/limbo-installer.sh | sh
```
@@ -96,6 +96,12 @@ print(res.fetchone())
## Developing
Build and run `limbo` cli:
```shell
cargo run --package limbo --bin limbo database.db
```
Run tests:
```console