mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
USERPROFILE should be enclosed in percent signs
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<p class="">After having installed one or more IDE plugins, you will have to adapt the WakaTime config file in your home directory.</p>
|
||||
<p class="my-1">
|
||||
<span class="font-semibold">On Linux / macOS: <span class="font-mono text-sm font-normal ml-1">~/.wakatime.cfg</span></span><br>
|
||||
<span class="font-semibold">On Windows: <span class="font-mono text-sm font-normal ml-1">%USERPROFILE\.wakatime.cfg</span></span>
|
||||
<span class="font-semibold">On Windows: <span class="font-mono text-sm font-normal ml-1">%USERPROFILE%\.wakatime.cfg</span></span>
|
||||
</p>
|
||||
<p>Open the file with your favorite editor and adapt the API URL and -key like this:</p>
|
||||
<div class="bg-card text-left rounded-md py-4 px-8 text-xs font-mono shadow-md">
|
||||
|
||||
Reference in New Issue
Block a user