tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.34k stars 243 forks source link

Installtion error #692

Open resulraveendran opened 9 months ago

resulraveendran commented 9 months ago

Hi,

When I try to install the libsql , I followed this Readme file(https://github.com/tursodatabase/libsql#readme) . But After the Setpp" cargo xtask build" 
When I try to do this
cd libsql-sqlite3 && ./libsql

I got file not found error from this and when I checked in there was no file like in this name. Is there any other readme or solution for this

avinassh commented 9 months ago

Hey! I think the README is out of date. However, following should work:

cargo build
./target/debug/libsql