Skip to content

Commit e002531

Browse files
Correct directory name in README and update email variable for clarity
1 parent db157cb commit e002531

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ LazyCook soll eine Webanwendung sein. Die es ermöglichen seine vorhanden Zutate
2626
1. Klonen das Repository:
2727
`git clone https://github.com/GalacticCodeGambit/LazyCook.git`
2828
2. Navigieren zum Projektverzeichnis:
29-
`cd LazyCook/Project`
29+
`cd LazyCook/project`
3030
3. Starten der Anwendung mit: Docker Compose:
3131
`docker compose up --build -d`
3232
<!--Unterschied zu "docker compose up -d"? -->
3333
Die Anwendung sollte jetzt unter `http://localhost:8000` erreichbar sein.
3434

3535
Für die Funktion [#115](https://github.com/GalacticCodeGambit/LazyCook/issues/115) von Email Versenden/Empfangen muss im Ordner `project/` eine `.env` Datei mit den folgenden Variablen angelegt werden:
3636
```
37-
EMAIL_HOST=<dein.mail@gmail.com>
37+
GMAIL_USER=<dein.mail@gmail.com>
3838
GMAIL_PASSWORD=<dein_gmail_passwort>
3939
```
4040

0 commit comments

Comments
 (0)