mkslides: A Markdown file to presentation slide converter

Installation

mkslides is a command line program run from a shell like Bash. You can find compiled version in the releases in the Github repository in a zip file named mkslides-binary-release.zip. Inside the zip file look for the directory that matches your computer and copy that someplace defined in your path (e.g. $HOME/bin).

Compiled versions are available for Mac OS X (amd64 processor), Linux (amd64), Windows (amd64) and Rapsberry Pi (both ARM6 and ARM7)

Mac OS X

  1. Go to github.com/rsdoiel/mkslides/releases/latest
  2. Click on the green “mkslides-binary-release.zip” link and download
  3. Open a finder window and find the downloaded file and unzip it (e.g. mkslides-binary-release.zip)
  4. Look in the unziped folder and find dist/macosx-amd64/mkslides
  5. Drag (or copy) the mkslides to a “bin” directory in your path
  6. Open and “Terminal” and run mkslides -h

Windows

  1. Go to github.com/rsdoiel/mkslides/releases/latest
  2. Click on the green “mkslides-binary-release.zip” link and download
  3. Open the file manager find the downloaded file and unzip it (e.g. mkslides-binary-release.zip)
  4. Look in the unziped folder and find dist/windows-amd64/mkslides.exe
  5. Drag (or copy) the mkslides.exe to a “bin” directory in your path
  6. Open Bash and and run mkslides -h

Linux

  1. Go to github.com/rsdoiel/mkslides/releases/latest
  2. Click on the green “mkslides-binary-release.zip” link and download
  3. find the downloaded zip file and unzip it (e.g. unzip ~/Downloads/mkslides-binary-release.zip)
  4. In the unziped directory and find for dist/linux-amd64/mkslides
  5. copy the mkslides to a “bin” directory (e.g. cp ~/Downloads/mkslides-binary-release/dist/linux-amd64/mkslides ~/bin/)
  6. From the shell prompt run mkslides -h

Raspberry Pi

If you are using a Raspberry Pi 2 or later use the ARM7 binary, ARM6 is only for the first generaiton Raspberry Pi.

  1. Go to github.com/rsdoiel/mkslides/releases/latest
  2. Click on the green “mkslides-binary-release.zip” link and download
  3. find the downloaded zip file and unzip it (e.g. unzip ~/Downloads/mkslides-binary-release.zip)
  4. In the unziped directory and find for dist/raspberrypi-arm7/mkslides
  5. copy the mkslides to a “bin” directory (e.g. cp ~/Downloads/mkslides-binary-release/dist/raspberrypi-arm7/mkslides ~/bin/)
    • if you are using an original Raspberry Pi you should copy the ARM6 version instead
  6. From the shell prompt run mkslides -h