mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
dcc782338d | |||
9d0dba988a |
@ -3,6 +3,12 @@ History
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
7.0.20 (2017-04-10)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- Fix install instructions formatting.
|
||||||
|
|
||||||
|
|
||||||
7.0.19 (2017-04-10)
|
7.0.19 (2017-04-10)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@ -9,17 +9,15 @@ Installation
|
|||||||
|
|
||||||
1. Install [Package Control](https://packagecontrol.io/installation).
|
1. Install [Package Control](https://packagecontrol.io/installation).
|
||||||
|
|
||||||
2. Using [Package Control](https://packagecontrol.io/docs/usage):
|
2. In Sublime, press `ctrl+shift+p`(Windows, Linux) or `cmd+shift+p`(OS X).
|
||||||
|
|
||||||
a) Inside Sublime, press `ctrl+shift+p`(Windows, Linux) or `cmd+shift+p`(OS X).
|
3. Type `install`, then press `enter` with `Package Control: Install Package` selected.
|
||||||
|
|
||||||
b) Type `install`, then press `enter` with `Package Control: Install Package` selected.
|
4. Type `wakatime`, then press `enter` with the `WakaTime` plugin selected.
|
||||||
|
|
||||||
c) Type `wakatime`, then press `enter` with the `WakaTime` plugin selected.
|
5. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.
|
||||||
|
|
||||||
3. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.
|
6. Use Sublime and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
|
||||||
|
|
||||||
4. Use Sublime and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
|
|
||||||
|
|
||||||
|
|
||||||
Screen Shots
|
Screen Shots
|
||||||
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '7.0.19'
|
__version__ = '7.0.20'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
Reference in New Issue
Block a user