From 5ed2a4af29ba3a0a9f3bda3ba6fa71b6dcf2e7c6 Mon Sep 17 00:00:00 2001 From: Oscar GG Date: Tue, 30 Dec 2014 15:16:44 +0100 Subject: [PATCH] Fixed some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3674213..2104159 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Requirements * A GNU/Linux distro (sorry, no Windows support) * The non-free package ``unrar-nonfree`` (check [unrar-nonfree](https://packages.debian.org/source/sid/unrar-nonfree/ "Debian non-free")) -* The free package ``zip``. Install it with ``https://packages.debian.org/source/sid/unrar-nonfree``. +* The free package ``zip``. Install it with ``sudo apt-get install zip``. * Python (checked with Python 2.7 and Python 3.3) Usage @@ -23,7 +23,7 @@ To convert an entire directory with CBR files in it use: ``cbrfolder2cbz.py `` -The script will put CBZ files in the same directory +The script will put CBZ files in the same directory. Please remember that this tool don't support filenames with spaces. In case you need to rename many files check ``https://packages.debian.org/wheezy/pyrenamer`` Introduction -------------