1
0

Document Pandoc installation on Debian stable

The default version of Pandoc available on the stable ("Stretch")
release of Debian is too old, so running `make` fails. A newer version
is required. This change updates the docs to mention that.
This commit is contained in:
Felix Crux
2018-11-25 12:37:17 -05:00
committed by Simon Michael
parent 3fb273c856
commit 92288eec7f

View File

@@ -43,6 +43,14 @@ For all reloading options:
brew install fswatch npm caskroom/cask/livereload && \ brew install fswatch npm caskroom/cask/livereload && \
npm install -g livereloadx npm install -g livereloadx
#### Debian (and derivatives) Linux
The version of Pandoc shipped in Debian Stretch is old and lacks required
features (specifically, the "smart" extension for Markdown), so you'll need to
install it from a newer repository. For example:
sudo apt install -t unstable pandoc
## Making changes ## Making changes
Once you've cloned the repository and setup the tools, make changes to whatever is necessary. **Don't change the `html` files**. The `html` is automatically generated! Once you've cloned the repository and setup the tools, make changes to whatever is necessary. **Don't change the `html` files**. The `html` is automatically generated!