diff --git a/README.md b/README.md index 6cc5c48..29660f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cbreader +# cbwebreader Web Based CBR and CBZ file reader. This is for if you have a collection of comics on a media server and want to read them remotely. @@ -6,13 +6,12 @@ This is for if you have a collection of comics on a media server and want to rea - [Django 1.8](https://www.djangoproject.com/) - [python 2.7](https://www.python.org/) -- [Unrar by Marko Kreen](https://github.com/markokr/rarfile) (included) +- [rarfile python library by Marko Kreen](https://github.com/markokr/rarfile) (included) +- [Unrar by winrar](http://rarlabs.com) # Installation Pull from git and use like any django project. -BASE_DIR needs to be set in the Settings DB. It should point to the Comic directory. - Haven't gotten around to cleaning it up yet.