Skip to content

Commit 5d11a25

Browse files
committed
update install instructions after not prompting for api key on start
1 parent cabdb21 commit 5d11a25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828

2929
3. Restart Vim.
3030

31-
4. If this is the first WakaTime plugin on your machine, enter your [API Key](https://wakatime.com/api-key), then press `enter`.
31+
4. If this is the first WakaTime plugin on your machine, type `:WakaTimeApiKey` inside Vim.
3232

33-
5. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
33+
5. Enter your [API Key](https://wakatime.com/api-key), then press `enter`.
34+
35+
6. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
3436

3537

3638
## Screen Shots
@@ -40,7 +42,7 @@
4042

4143
## Commands
4244

43-
* `:WakaTimeApiKey` - change the api key saved in your `~/.wakatime.cfg`
45+
* `:WakaTimeApiKey` - set or change the api key saved in your `~/.wakatime.cfg`
4446
* `:WakaTimeDebugEnable` - enable debug mode (may slow down Vim so disable when finished debugging)
4547
* `:WakaTimeDebugDisable` - disable debug mode
4648
* `:WakaTimeScreenRedrawEnable` - enable screen redraw to prevent artifacts (only for Vim < 8.0)

0 commit comments

Comments
 (0)