Skip to content

Commit fdef4be

Browse files
authored
USERPROFILE should be enclosed in percent signs
1 parent 7ff9496 commit fdef4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/setup.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h4 class="text-lg font-semibold text-white">Update your config</h4>
4343
<p class="">After having installed one or more IDE plugins, you will have to adapt the WakaTime config file in your home directory.</p>
4444
<p class="my-1">
4545
<span class="font-semibold">On Linux / macOS: <span class="font-mono text-sm font-normal ml-1">~/.wakatime.cfg</span></span><br>
46-
<span class="font-semibold">On Windows: <span class="font-mono text-sm font-normal ml-1">%USERPROFILE\.wakatime.cfg</span></span>
46+
<span class="font-semibold">On Windows: <span class="font-mono text-sm font-normal ml-1">%USERPROFILE%\.wakatime.cfg</span></span>
4747
</p>
4848
<p>Open the file with your favorite editor and adapt the API URL and -key like this:</p>
4949
<div class="bg-card text-left rounded-md py-4 px-8 text-xs font-mono shadow-md">

0 commit comments

Comments
 (0)