Skip to content

Commit a6c644c

Browse files
committed
Add install instructions
1 parent 1f43c9c commit a6c644c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ To get monstercat-dl working correctly, you will need this:
1010

1111
:warning: If you don't want to use `wget` and prefer `php` native functions, use `--without-get` argument.
1212

13+
## Installation
14+
15+
Download the source code from a [release](https://github.com/d9beuD/monstercat-dl/releases), not from master branch.
16+
Unzip the archive and `cd` into it.
17+
For correct autoloading, download [Composer composer.phar file](https://getcomposer.org/composer.phar) and paste it in the `src` directory. Now execute :
18+
19+
```bash
20+
php composer.phar update
21+
```
22+
23+
Go back to the project directory and run `php create-phar.php`;
24+
Two files were created. You should use `monstercat-dl.phar` as it's described in the Usage section.
25+
1326
## Usage
1427

1528
First, browse [monstercat.com](https://www.monstercat.com) and find the release you wish to download.

0 commit comments

Comments
 (0)