You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,19 @@ To get monstercat-dl working correctly, you will need this:
10
10
11
11
:warning: If you don't want to use `wget` and prefer `php` native functions, use `--without-get` argument.
12
12
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
+
13
26
## Usage
14
27
15
28
First, browse [monstercat.com](https://www.monstercat.com) and find the release you wish to download.
0 commit comments