This commit is contained in:
Dhruv Kanojia 2017-06-23 21:01:32 +05:30
parent 8dfd53ed56
commit 56e0f64287
2 changed files with 8 additions and 8 deletions

View File

@ -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 <URL TO THE COMIC>`
`__main__.py -i <URL TO THE COMIC>`
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 <URL TO THE COMIC>`
`__main__.py -i <URL TO THE COMIC>`
URL can be any URL of the [supported websites](https://github.com/Xonshiz/comic-dl/blob/master/Supported_Sites.md).

View File

@ -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 <URL TO THE COMIC>`
`__main__.py -i <URL TO THE COMIC>`
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 <URL TO THE COMIC>`
`__main__.py -i <URL TO THE COMIC>`
URL can be any URL of the [supported websites](http://comic-dl.readthedocs.io/en/latest/Supported_Sites/).