Update intro.md (#772)

Updated Scripts GIthub Link
On line 96,109,107

https://github.com/stangirard/quivr/scripts  -->  https://github.com/stangirard/quivr/tree/main/scripts
This commit is contained in:
Ansh 2023-07-26 21:43:51 +05:30 committed by GitHub
parent 77ea2f2aa6
commit f146adb4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ cp .frontend_env.example frontend/.env
- **Step 4**: Create your database tables and functions with one of these two options:
a. Run the following migration scripts on the Supabase database via the web interface (SQL Editor -> `New query`)
[Creation Script 1](https://github.com/stangirard/quivr/scripts/tables.sql)
[Creation Script 1](https://github.com/stangirard/quivr/tree/main/scripts/tables.sql)
b. Use the `migration.sh` script to run the migration scripts
@ -104,9 +104,9 @@ b. Use the `migration.sh` script to run the migration scripts
Choose either create_scripts if it's your first time or migrations if you are updating your database.
All the scripts can be found in the [scripts](https://github.com/stangirard/quivr/scripts/) folder
All the scripts can be found in the [scripts](https://github.com/stangirard/quivr/tree/main/scripts) folder
> _If you come from an old version of Quivr, run the scripts in [migration script](https://github.com/stangirard/quivr/scripts/) to migrate your data to the new version in the order of date_
> _If you come from an old version of Quivr, run the scripts in [migration script](https://github.com/stangirard/quivr/tree/main/scripts) to migrate your data to the new version in the order of date_
- **Step 5**: Launch the app