Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitrescak committed Jun 11, 2015
1 parent 678e22f commit 729b006
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ $ meteor add tomi:upload-server
$ meteor add tomi:upload-jquery
```

Install ImageMagick (if you plan to use image resizing)

**If you want to use Imagemagick, follow [these](http://www.imagemagick.org/script/binary-releases.php) install instructions on your server**. Then install node tools for imagemagick.

```bash
npm install imagemagick
```

Create directory in the application root
```
mkdir -p .uploads/tmp
Expand Down Expand Up @@ -405,4 +413,3 @@ Dropzone

![Screenshot](https://dl.dropboxusercontent.com/u/3418607/screenshots/Uploads-Dropzone.png)


0 comments on commit 729b006

Please sign in to comment.