Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4414783

Browse files
committedMay 4, 2018
Update doc
1 parent 3cc7ba7 commit 4414783

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Dependencies
2020
Usage
2121
---
2222

23+
First, you should execute `:RadikoUpdateStations` command to initalize station list.
24+
(There's no need to execute it after `~/.cache/radiko-vim/stations.cache` was created.)
25+
2326
* `:RadikoPlay <station_id>` : Play radiko station.
2427
* `:RadikoStop` : Stop the playing radiko station.
2528
* `:RadikoUpdateStations` : Update the station list.

‎doc/radiko.txt

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ If you use OSX and homebrew, you can get them using following commands:
2424
<
2525
Also, `Unite.vim` and `vimproc.vim` are required to use this plugin.
2626

27+
After install, you should execute `:RadikoUpdateStations` command to initalize station list.
28+
(There's no need to execute it after `~/.cache/radiko-vim/stations.cache` was created.)
29+
2730
==============================================================================
2831
USAGE *radiko-usage*
2932

0 commit comments

Comments
 (0)
Please sign in to comment.