Skip to content
Snippets Groups Projects
Commit fa498d32 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Bump version

parent 50025a7c
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@ Use this FaaS function to resize an image with ImageMagick.
* Option 2 - use the [faas-cli](https://github.com/alexellis/faas-cli/) (experimental)
```
# curl -SL https://github.com/alexellis/faas-cli/releases/download/0.1-alpha/faas-cli-macos > faas-cli
# chmod +x ./faas-cli
# curl -sSL https://get.openfaas.com | sudo sh
# ./faas-cli -action=deploy -image=functions/resizer -name=resizer \
-fprocess="convert - -resize 50% fd:1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment