Skip to content

Commit

Permalink
Merge pull request #22 from thomaskoppelaar/thomaskoppelaar-patch-1
Browse files Browse the repository at this point in the history
Readme cleanup
  • Loading branch information
gabyx authored Jun 20, 2021
2 parents 1dc9880 + 99fbb6c commit a908cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You should not need to install Gradle, since everything is setup by the checked-

### Pandoc

Install [pandoc](https://pandoc.org/installing.html) (>= 2.9.2.1, testet with 2.11.0.4)
Install [pandoc](https://pandoc.org/installing.html) (>= 2.9.2.1, tested with 2.11.0.4)

For **Linux** and **macOs**:

Expand All @@ -91,7 +91,7 @@ cd Homebrew/Library/Taps/homebrew/homebrew-core &&
brew install pandoc pandoc-citeproc pandoc-crossref # installs 2.10.1
```

For **Windows**
For **Windows**:

```shell
choco install pandoc
Expand All @@ -101,7 +101,7 @@ cd temp && choco install ./pandoc-crossref/pandoc-crossref.nuspec

### Python

Install a recent `python3` (>= 3.6) and the following packages
Install a recent `python3` (>= 3.6) and the following packages:

```shell
pip3 install -r .requirements
Expand Down

0 comments on commit a908cbd

Please sign in to comment.