aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6be4603..7c79382 100644
--- a/README.md
+++ b/README.md
@@ -110,14 +110,7 @@ git clone https://github.com/DevanAbinaya/Ani-Moopa.git
npm install
```
-3. Generate Prisma :
-
-```bash
-npx prisma migrate dev
-npx prisma generate
-```
-
-4. Create `.env` file in the root folder and put this inside the file :
+3. Create `.env` file in the root folder and put this inside the file :
```bash
## AniList
@@ -142,12 +135,19 @@ DATABASE_URL="Your postgresql connection url"
REDIS_URL="rediss://username:password@host:port"
```
-5. Add this endpoint as Redirect Url on AniList Developer :
+4. Add this endpoint as Redirect Url on AniList Developer :
```bash
https://your-website-domain/api/auth/callback/AniListProvider
```
+5. Generate Prisma :
+
+```bash
+npx prisma migrate dev
+npx prisma generate
+```
+
6. Start local server :
```bash