Skip to content

Commit

Permalink
Adding about section to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseward committed May 30, 2016
1 parent 72a0878 commit 3ec69ac
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -39,3 +36,12 @@ Once installed, run `discogs-cli` to launch the interactive command prompt.
To launch commands from the console

$ ogs <command> [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

0 comments on commit 3ec69ac

Please sign in to comment.