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:
committed by
Simon Michael
parent
3fb273c856
commit
92288eec7f
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user