You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,17 @@ Feel free to reach out if you have anything else you'd like to see!
41
41
42
42
Vertigo has now entered its **Alpha release** stage! You can try it out by downloading the latest ZIP from the [releases section](https://github.com/anonhacker47/vertigo/releases).
43
43
44
-
After extracting the ZIP, run the app using the appropriate script for your operating system:
44
+
After extracting the ZIP, follow these steps:
45
+
46
+
1.**Create a `.env` file** in the root directory of the app and set your secret key:
47
+
48
+
```env
49
+
SECRET_KEY=your-very-secret-key
50
+
```
51
+
52
+
This key is used for authentication tokens and other security-related features. You can also configure other settings by refering config.py or .flaskenv.
53
+
54
+
2. Run the app using the appropriate script for your operating system:
0 commit comments