diff options
author | Florrie <towerofnix@gmail.com> | 2017-10-27 10:39:28 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-10-27 10:39:28 -0300 |
commit | 3b2c76544e67255698ca8b106b86064702f25f47 (patch) | |
tree | 8b827eea10bb023043fc1835322de9c32bcafb7a | |
parent | 735a18152295c081371b9bdccf78448f04765b36 (diff) |
Include http-music setup in README
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index ce2a4c9..2ded9a6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,10 @@ check from your terminal using the [`type`][type] command! ## Usage ``` -# Generate a playlist file, using one of these shell commands.. +# Generate a playlist file, using the handy interactive setup utility.. +$ http-music setup + +# ..or one of these shell commands: $ http-music crawl-http http://some.directory.listing.server/ > playlist.json $ http-music crawl-local ~/Music/ > playlist.json |