Index: README.md
===================================================================
--- README.md	(revision 029bb5db0885e97d6659dcaf36439e9ed67ee73c)
+++ README.md	(revision 6975bb4530dd39a34fc61ed3fd2652d0e250369f)
@@ -28,4 +28,6 @@
 DB_HOST=x
 DB_PORT=5432
+
+USE_OAUTH=False
 ```
 
@@ -37,5 +39,27 @@
 DB_NAME=x
 DB_HOST=x
+VITE_USE_OAUTH=false
 ```
+</br>
+
+
+**NOTE**: This project uses OAuth2 to enable Google login. By default, it’s disabled for convenience.  
+If you’d like to use Google login, follow [this guide](https://support.google.com/googleapi/answer/6158849?hl=en) to create your credentials. Then make the following changes:
+
+**In the backend .env:**
+
+```bash
+GOOGLE_CLIENT_ID=<your_google_client_id>
+GOOGLE_CLIENT_SECRET=<your_google_client_secret>
+USE_OAUTH=True
+```
+**In the root .env:**
+
+```bash
+GOOGLE_CLIENT_ID=<your_google_client_id> # exclude the '.apps.googleusercontent.com' part
+VITE_USE_OAUTH=true
+```
+
+If you run into any issues, feel free to [open an issue](https://github.com/gavro081/izberi_izboren/issues).
 
 > Adjust the values according to your environment
