From 4bb86e2b7216f4b3661fdd6e1f0bb9f2809d9f4f Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Sat, 25 Aug 2018 16:50:49 -0400 Subject: [PATCH] Edit readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 13f11f3..3c7b02c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,13 @@ For a video introduction, see this [egghead tutorial][egghead] by [@andrewdelpre [egghead]: https://egghead.io/lessons/react-build-a-slide-deck-with-mdx-deck-using-markdown-react +## Quick Start + +To create a new presentation with zero-configuration, run the following command to generate a presentation deck in a new folder: + +```sh +npm init deck my-presentation-name +``` ## Using MDX