From ec34f50c48a417171e42831a0cc641429393b2f3 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 17 Feb 2020 17:05:57 -0800 Subject: [PATCH] update windows path --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5dbc997e0..04557db73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,7 +115,7 @@ NODE_APP_INSTANCE=alice yarn run start ``` This changes the [userData](https://electron.atom.io/docs/all/#appgetpathname) -directory from `%appData%/Loki-Messenger` to `%appData%/Loki-Messenger-aliceProfile`. +directory from `%appData%/Session` to `%appData%/Session-aliceProfile`. # Making changes