From 242e3489687ee3400657ff9826d2c489fb681b82 Mon Sep 17 00:00:00 2001 From: ajurna Date: Wed, 24 Jun 2015 10:56:14 +0100 Subject: [PATCH] changed name because i found someone already using cbreader. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.