update README
This commit is contained in:
parent
ff81924e2d
commit
57ef0ab810
1 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,10 @@ your own plugin *or* forking an existing WakaTime plugin for support with Rana.
|
||||||
Since plugins install the WakaTime CLI directly, the recommendation for plugin
|
Since plugins install the WakaTime CLI directly, the recommendation for plugin
|
||||||
forkers is to copy this repository into the plugin's installation of WakaTime CLI.
|
forkers is to copy this repository into the plugin's installation of WakaTime CLI.
|
||||||
|
|
||||||
*Keep in mind to remove the copied .git directory if it was copied.* WakaTime
|
For example, this would happen on vim-rana:
|
||||||
plugins don't use git submodules and instead use a full copy of the CLI source.
|
```
|
||||||
|
cp -rv path/to/rana-cli/wakatime/* path/to/vim-rana/packages/wakatime/
|
||||||
|
```
|
||||||
|
|
||||||
WakaTime plugins can be found in https://wakatime.com/editors.
|
WakaTime plugins can be found in https://wakatime.com/editors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue