From 46da28f10c79c4f7a59f8ee322cdaaae13d00fa0 Mon Sep 17 00:00:00 2001 From: funkecoder23 <12570656+FunkeCoder23@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:30:31 -0500 Subject: [PATCH] change .env path to match new location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74d413b..1853665 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ We can search DebridMediaManager hash lists which are hosted on GitHub. This all (checked) Public Repositories (read-only) ``` 4. Click `Generate token` -5. Take the new token and add it to the bottom of the [.env](.env) file +5. Take the new token and add it to the bottom of the [.env](deployment/docker/.env) file ``` GithubSettings__PAT= ``` @@ -157,7 +157,7 @@ For example, if you had a sql database called `rarbg_db.sqlite` stored in `/tmp/ ``` load database - from sqlite://tmp/rarbg_db.sqlite + from sqlite:///tmp/rarbg_db.sqlite into postgresql://postgres:postgres@/knightcrawler with include drop, create tables, create indexes, reset sequences