docs/installation: minor grammatical and copyediting fixes
This commit is contained in:
parent
137371aeed
commit
510b9ed769
|
@ -6,10 +6,10 @@ sort_key: 50
|
|||
---
|
||||
body:
|
||||
|
||||
Lektor comes in two flavors: the command line executable as well as as a
|
||||
desktop application. The desktop version also contains the command line
|
||||
executable however it bundles together all dependencies of Lektor in an
|
||||
easy to use package which heavily simplifies installation.
|
||||
Lektor comes in two flavors: as a command line executable and as a
|
||||
desktop application. The desktop version also contains the command
|
||||
line executable, but it also bundles together all dependencies of Lektor
|
||||
in an easy to use package which heavily simplifies installation.
|
||||
|
||||
## Desktop Application
|
||||
|
||||
|
@ -24,9 +24,9 @@ and then click on *Lektor ➤ Install Shell Command*.
|
|||
|
||||
## Command Line Application
|
||||
|
||||
If you do not want to install the desktop app you can just install the command
|
||||
line executable. This one runs on more operating systems (OSX, Linux and
|
||||
Windows) but the installation is a bit more involved.
|
||||
If you do not want to install the desktop app then you can just install the command
|
||||
line executable. This runs on more operating systems (OSX, Linux and Windows) but
|
||||
the installation is a bit more involved.
|
||||
|
||||
You need to make sure you have the following software installed on your computer:
|
||||
|
||||
|
@ -36,7 +36,7 @@ You need to make sure you have the following software installed on your computer
|
|||
install imagemagick`, which requires [chocolatey :ext](https://chocolatey.org/),
|
||||
or [download from here :ext](http://www.imagemagick.org)).
|
||||
|
||||
Once you have that installed and made sure that they are on your `PATH` you can
|
||||
Once you have those installed and have made sure that they are on your `PATH`, you can
|
||||
get Lektor installed with our installation script:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue