Enhance README.md

This commit is contained in:
김선우
2024-12-12 13:47:14 +09:00
parent dddf850111
commit c083e59457

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 `limbo`:
```shell
cargo run --package limbo --bin limbo database.db
```
Run tests:
```console