diff --git a/README.md b/README.md
index b777841..675c7ec 100644
--- a/README.md
+++ b/README.md
@@ -13,33 +13,17 @@ These instructions will get you a copy of the project up and running on your loc
### Installing
-1. Clone the repo
-
-```bash
-git clone https://github.com/lluiscamino/phpDoc2pdf.git
-```
-
-2. Go into the ``phpDoc2pdf`` folder
-
-```bash
-cd phpDoc2pdf
-```
-
-3. Install [composer](https://github.com/composer/composer) dependencies
-
-```bash
-php composer.phar install
-```
+1. Download the PHAR file directly from [here](https://github.com/lluiscamino/phpDoc2pdf/releases).
### Usage
-Go into the ``src/application`` directory and run this command:
+Use the following command to generate the documentation:
```bash
-php createDocs.php create INPUT OUTPUT
+php phpDoc2pdf.phar create