mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
Merge pull request #273 from todrobbins/patch-1
fixes choco install syntax
This commit is contained in:
commit
9401f7401c
@ -37,7 +37,7 @@ You need to make sure you have the following software installed on your computer
|
||||
`sudo apt-get install python-dev libssl-dev libffi-dev`
|
||||
* ImageMagick (`brew install imagemagick` can get you this on OS X and `sudo apt-get install imagemagick`
|
||||
on Ubuntu the `imagemagick` package needs to be installed.
|
||||
On Windows do `chocoinstall imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/),
|
||||
On Windows do `choco install imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/),
|
||||
or [download from here :ext](http://www.imagemagick.org)).
|
||||
|
||||
Once you have those installed and have made sure that they are on your `PATH`, you can
|
||||
|
Loading…
Reference in New Issue
Block a user