From fdef4be2de3af6981d191a9733d6c0bd049f8219 Mon Sep 17 00:00:00 2001 From: Lu Chang Date: Tue, 25 Nov 2025 09:19:46 +0800 Subject: [PATCH] USERPROFILE should be enclosed in percent signs --- views/setup.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/setup.tpl.html b/views/setup.tpl.html index fad1dbb..7fade85 100644 --- a/views/setup.tpl.html +++ b/views/setup.tpl.html @@ -43,7 +43,7 @@

After having installed one or more IDE plugins, you will have to adapt the WakaTime config file in your home directory.

On Linux / macOS: ~/.wakatime.cfg
- On Windows: %USERPROFILE\.wakatime.cfg + On Windows: %USERPROFILE%\.wakatime.cfg

Open the file with your favorite editor and adapt the API URL and -key like this: