From 3ec69ac3dad0193def4a65ee5d270d65925f3ac6 Mon Sep 17 00:00:00 2001 From: Jesse Ward Date: Mon, 30 May 2016 12:45:33 -0400 Subject: [PATCH] Adding about section to readme.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d04e1c..2f3061f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,6 @@ discogs-cli bring the Discogs.com database to your terminal. Perform the followi * View label details and its associated releases * View a release in detail -## TODO -* Currently runs on a Unix like operating system only (Linux/OSX). If you can test and patch use for windows, please log a pull request. - ## Access to search functionality @@ -39,3 +36,12 @@ Once installed, run `discogs-cli` to launch the interactive command prompt. To launch commands from the console $ ogs [params] [options] + +## TODO +* Currently runs on a Unix like operating system only (Linux/OSX). If you can test and patch use for windows, please log a pull request. + +## About +discogs-cli builds upon the following awesome Python libraries +* The python-prompt-toolkit https://github.com/jonathanslenders/python-prompt-toolkit +* Discogs.com api client https://github.com/discogs/discogs_client +* Haxor-news string completion library https://github.com/donnemartin/haxor-news