mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 08:24:19 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user