Skip to content

Commit 1ec9586

Browse files
committed
docs: update minimum pandoc version
1 parent b18793e commit 1ec9586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ While not required to run stdlib, the following dependencies **may** be required
6060
- [gcc & g++][gcc] or [Clang][clang]: C/C++ compilation and linking (g++ version `>= 4.8`; clang version `>= 3.5`, Xcode version `>=8.3.1` on OS X)
6161
- [gfortran][gfortran]: Fortran compilation and linking (version `>= 4.8`)
6262
- [CMake][cmake]: cross-platform build environment (version `>= 3.4.3`)
63-
- [pandoc][pandoc]: universal document converter (version `>= 1.18`)
64-
- [Homebrew][homebrew]: macOS package manager (only **required** on OS X in order to install [shellcheck][shellcheck])
63+
- [pandoc][pandoc]: universal document converter (version `>= 3.8`)
64+
- [Homebrew][homebrew]: macOS package manager
6565

6666
Assuming the requisite language is present on the host machine, the following language libraries can be automatically downloaded and installed using `make` (see [installation](#installation)):
6767

0 commit comments

Comments
 (0)