Skip to content

Commit 5d4f2dd

Browse files
Merge pull request #86 from makeiteasierapps/guide-image-bug
changed image path
2 parents 7be9eb8 + 9332992 commit 5d4f2dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting_started.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ We will use Supabase as our database (with vector search, pgvector), authenticat
3434
1. Go to [supabase.co](https://supabase.co), create your account if you don't have one already
3535
2. Click "New Project", give it a name, and make sure to note the database password you are given
3636

37-
<img src="../images/supabase_new_prpject.png" width="100">
37+
<img src="./images/supabase_new_prpject.png" width="100">
3838

3939
3. Once the project is created, you should get the `anon public` API Key, and the `Project URL`, copy them both, as we will need them in a bit.
4040

41-
<img src="../images/supabase_creds.png" width="200">
41+
<img src="./images/supabase_creds.png" width="200">
4242

43-
4. Now, go to the authentication tab on the right navbar (<img src="../images/supabase_auth.png" width="100">), note that it can take a few moments for Supabase to finish setup the project
43+
4. Now, go to the authentication tab on the right navbar (<img src="./images/supabase_auth.png" width="100">), note that it can take a few moments for Supabase to finish setup the project
4444

4545
5. There, you will see the "user management" UI. Click "Add User" -> "Add new user", fill an email and password, and make sure to check the "auto-confirm" option.
4646

47-
<img src="../images/supabase_new_user.png" width="200">
47+
<img src="./images/supabase_new_user.png" width="200">
4848

4949
6. By now, you should have 4 things: `email` & `password` for your supabase user, and the `Supabase URL` and `API Anon Key`.
5050

@@ -92,7 +92,7 @@ npm run dev
9292

9393
Once you have an app instance up and running, head to its address `your-app-address.com/`, and you should see the screen:
9494

95-
<img src="../images/login_screenshot.png" width="150">
95+
<img src="./images/login_screenshot.png" width="150">
9696

9797
Enter the four required details, which you should've obtained in the Supabase setup: `Supabase URL`, `Supabase Anon API Key`, `email` and `password`.
9898

0 commit comments

Comments
 (0)