reveal-ck is a ruby gem, and it can be installed with a gem install
reveal-ck. It requires Ruby 2.0 or greater.
You should be using the latest version of the gem. You can see which
version you have by typing reveal-ck --version.
After you've got the latest version installed, you can verify that things are working by creating a first set of slides:
echo "# Slides" > slides.md. This will create a
slides file in Markdown that contains a single slide.reveal-ck generate. This will generate a
presentation in the slides directory.slides/index.html in a web browser. If you're on
MacOS, you can run the command open slides/index.html.You should see a reveal.js presentation with "Slides" in big text.