USERPROFILE should be enclosed in percent signs

This commit is contained in:
Lu Chang
2025-11-25 09:19:46 +08:00
committed by GitHub
parent 7ff9496693
commit fdef4be2de

View File

@@ -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="">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"> <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 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>
<p>Open the file with your favorite editor and adapt the API URL and -key like this:</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"> <div class="bg-card text-left rounded-md py-4 px-8 text-xs font-mono shadow-md">