Spaces:
Runtime error
Runtime error
fixed error
Browse files- sql/readme.md +2 -2
sql/readme.md
CHANGED
@@ -196,8 +196,8 @@ CREATE INDEX idx_users_agents_tenant_id ON users_agents(tenant_id);
|
|
196 |
### Setting Up the Database
|
197 |
1. Clone the repository:
|
198 |
```sh
|
199 |
-
git clone https://github.com/
|
200 |
-
cd
|
201 |
```
|
202 |
|
203 |
2. Configure your Supabase environment variables in a `.env` file:
|
|
|
196 |
### Setting Up the Database
|
197 |
1. Clone the repository:
|
198 |
```sh
|
199 |
+
git clone https://github.com/ruvnet/agentic-employment.git
|
200 |
+
cd agentic-employment
|
201 |
```
|
202 |
|
203 |
2. Configure your Supabase environment variables in a `.env` file:
|