Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active May 16, 2021 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanschmidt/31ad379dfdada300d403981d6266bfa2 to your computer and use it in GitHub Desktop.
Save stefanschmidt/31ad379dfdada300d403981d6266bfa2 to your computer and use it in GitHub Desktop.
Installing markdeck on macOS Mojave
# MarkDeck: presentations as code
# https://arnehilmann.github.io/markdeck/
# install Docker Desktop (requires root privileges)
brew install --cask docker
# install Docker command line binaries
# /usr/local/bin/docker
# /usr/local/bin/docker-compose
open /Applications/Docker.app
# MarkDeck control script
curl -O https://raw.githubusercontent.com/arnehilmann/markdeck/master/markdeck
# using chmod a+x would ignore umask without any appearant reason
chmod +x markdeck
# pull docker images
./markdeck pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment