From 56e0f64287c1f2a20e3a484bc6e195134e80f38c Mon Sep 17 00:00:00 2001 From: Dhruv Kanojia Date: Fri, 23 Jun 2017 21:01:32 +0530 Subject: [PATCH] Fix for #22 --- ReadMe.md | 8 ++++---- docs/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 9a919c1..0ac4f96 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -109,11 +109,11 @@ The instructions for all the OS would remain same. Download [`THIS REPOSITORY`]( **Linux/Debian** users make sure that this script is executable.just run this command, if you run into problem(s) : -`chmod +x comic-dl.py` +`chmod +x __main__.py` and then, execute with this : -`./comic-dl.py` +`./__main__.py` ## Python Support This script supports both, Python 3 and Python 2. @@ -162,7 +162,7 @@ After you've saved this script in a directory/folder, you need to open `command *If you're using the Python Script :* -`comic-dl.py -i ` +`__main__.py -i ` URL can be any URL of the [supported websites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md). @@ -172,7 +172,7 @@ After you've saved this script in a directory/folder, you need to open `command * Now, change the current working directory of the terminal to the one where you've downloaded this repository. * Now, in the Terminal, type this : -`comic-dl.py -i ` +`__main__.py -i ` URL can be any URL of the [supported websites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md). diff --git a/docs/index.md b/docs/index.md index 282cc2c..6a8abee 100644 --- a/docs/index.md +++ b/docs/index.md @@ -108,11 +108,11 @@ The instructions for all the OS would remain same. Download [`THIS REPOSITORY`]( **Linux/Debian** users make sure that this script is executable.just run this command, if you run into problem(s) : -`chmod +x comic-dl.py` +`chmod +x __main__.py` and then, execute with this : -`./comic-dl.py` +`./__main__.py` ## Python Support This script supports both, Python 3 and Python 2. @@ -161,7 +161,7 @@ After you've saved this script in a directory/folder, you need to open `command *If you're using the Python Script :* -`comic-dl.py -i ` +`__main__.py -i ` URL can be any URL of the [supported websites](http://comic-dl.readthedocs.io/en/latest/Supported_Sites/). @@ -171,7 +171,7 @@ After you've saved this script in a directory/folder, you need to open `command * Now, change the current working directory of the terminal to the one where you've downloaded this repository. * Now, in the Terminal, type this : -`comic-dl.py -i ` +`__main__.py -i ` URL can be any URL of the [supported websites](http://comic-dl.readthedocs.io/en/latest/Supported_Sites/).