From eaad971c0a5e4cc9f6d8e2f4b0a50c3189318c2b Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Mon, 24 Jan 2022 22:06:38 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78e83ae..4d8873e 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ Endpoint = 0.0.0.0:51820 - For user who is using `v2.3.1` or below, please notice that all data that stored in the current database will **not** transfer to the new database. This is hard decision to move from TinyDB to SQLite. But SQLite does provide a thread-safe access and TinyDB doesn't. I couldn't find a safe way to transfer the data, so you need to do them manually... Sorry about that :pensive: . But I guess this would be a great start for future development :sunglasses:.
+ #### Update Method 1 (For `v3.0` or above) 1. Change your directory to `wgdashboard/src`