Project Installation
How to install and run the Pandoc program
Installation Guide for the Simplified Pandoc Project
Step 1: Get Your Hands on the Code
git clone https://github.com/EpitechPromo2027/B-FUN-400-PAR-4-1-mypandoc-yourusername.gitStep 2: Install Haskell and Stack
brew install haskell-stacksudo apt-get update && sudo apt-get install haskell-platform
curl -sSL https://get.haskellstack.org/ | sh
Last updated